#include <TEpicsProc.h>
Public Member Functions | |
| VariableHist () | |
| bool | Empty () const |
| bool | IsName (const std::string &name) const |
Data Fields | |
| TH1 * | fTrend |
| TH1 * | fStat |
| TGraph * | fGraph |
Definition at line 39 of file TEpicsProc.h.
| TEpicsProc::VariableHist::VariableHist | ( | ) | [inline] |
Definition at line 43 of file TEpicsProc.h.
| bool TEpicsProc::VariableHist::Empty | ( | ) | const [inline] |
Definition at line 44 of file TEpicsProc.h.
References fGraph.
| bool TEpicsProc::VariableHist::IsName | ( | const std::string & | name | ) | const [inline] |
Definition at line 45 of file TEpicsProc.h.
References fGraph.
| TGraph* TEpicsProc::VariableHist::fGraph |
Definition at line 42 of file TEpicsProc.h.
Referenced by Empty(), IsName(), and TEpicsProc::UpdateHist().
Definition at line 41 of file TEpicsProc.h.
Referenced by TEpicsProc::UpdateHist().
Definition at line 40 of file TEpicsProc.h.
Referenced by TEpicsProc::UpdateHist().
1.7.1