Definition at line 40 of file HistPlotVar.hh.
|
|
| HistPlotVar (const std::string &name, const std::string &title, double minval, double maxval, const std::string &unit) |
| |
|
void | operator= (double val) const |
| |
|
void | operator+= (double val) const |
| |
|
void | operator-= (double val) const |
| |
|
void | operator*= (double val) const |
| |
|
void | operator/= (double val) const |
| |
|
| operator double () const |
| |
|
double | GetVal () const |
| |
|
double | GetMin () const |
| |
|
double | GetMax () const |
| |
|
std::string | GetUnit () const |
| |
| | RFBase (const std::string &sname, const std::string &stitle, int key) |
| | Standard constructor. More...
|
| |
|
virtual void | Clear () |
| | Clears RFBase of all connections to other objects.
|
| |
|
bool | IsEmpty () const |
| | Checks whether this is default (empty) instance of class.
|
| |
|
bool | operator! () const |
| | Tests whether key is the same as this.
|
| |
|
void | Print (LogType type) const |
| | Print information associated with object.
|
| |
|
virtual std::string | PrintString (LogType type) const |
| | String of information associated with object.
|
| |
|
RFKey | GetKey () const |
| | gets object identification key
|
| |
|
std::string | GetName () const |
| | Returns object name.
|
| |
|
std::string | GetTitle () const |
| | Returns object title.
|
| |
|
bool | IsSame (const RFKey &key) const |
| | Tests whether key is the same as this.
|
| |
|
bool | IsSame (const RFBase &obj) const |
| | Tests whether obj is the same as this.
|
| |
|
bool | operator== (const RFKey &key) const |
| | Tests whether key is the same as this.
|
| |
|
bool | operator== (const RFBase &obj) const |
| | Tests whether obj is the same as this.
|
| |
|
bool | operator!= (const RFKey &key) const |
| | Tests whether key is the same as this.
|
| |
|
bool | operator!= (const RFBase &obj) const |
| | Tests whether obj is the same as this.
|
| |