LOGO

RestFrames  v1.0.0
RestFrames HEP Event Analysis Software Library
Public Member Functions | Static Public Member Functions | List of all members
RestFrames::HistPlotVar Class Reference

Detailed Description

Definition at line 40 of file HistPlotVar.hh.

Inheritance diagram for RestFrames::HistPlotVar:
Inheritance graph
[legend]

Public Member Functions

 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
 
- Public Member Functions inherited from RestFrames::RFBase
 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.
 

Static Public Member Functions

static HistPlotVarEmpty ()
 
- Static Public Member Functions inherited from RestFrames::RFBase
static RFBaseEmpty ()
 

Additional Inherited Members

- Protected Member Functions inherited from RestFrames::RFBase
bool SetBody (bool body) const
 
bool SetMind (bool mind) const
 
bool SetSpirit (bool spirit) const
 
virtual bool IsSoundBody () const
 
virtual bool IsSoundMind () const
 
virtual bool IsSoundSpirit () const
 
void UnSoundBody (const std::string &function) const
 
void UnSoundMind (const std::string &function) const
 
void UnSoundSpirit (const std::string &function) const
 
void AddDependent (RFBase *dep)
 pointer to RFBase object owned by this one
 
- Protected Attributes inherited from RestFrames::RFBase
RFLog m_Log
 
RFBasem_This
 
- Static Protected Attributes inherited from RestFrames::RFBase
static const TVector3 m_Empty3Vector
 
static const TLorentzVector m_Empty4Vector
 
Collaboration diagram for RestFrames::HistPlotVar:
Collaboration graph
[legend]

The documentation for this class was generated from the following files: