LOGO

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

Detailed Description

Definition at line 40 of file HistPlotCategory.hh.

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

Public Member Functions

 HistPlotCategory (const std::string &name, const std::string &title)
 Standard constructor. More...
 
 HistPlotCategory ()
 Empty constructor.
 
RestFrames::RFList< const HistPlotCategoryoperator+ (const HistPlotCategory &cat) const
 Combines HistPlotCategory into list. More...
 
RestFrames::RFList< const HistPlotCategoryoperator+ (const RestFrames::RFList< const HistPlotCategory > &cats) const
 Combines HistPlotCategory into list. More...
 
 operator RestFrames::RFList< const RestFrames::HistPlotCategory > () const
 Casts HistPlotCategory into list.
 
- Public Member Functions inherited from RestFrames::RFBase
 RFBase (const std::string &sname, const std::string &stitle, int key)
 Standard constructor. More...
 
 RFBase ()
 Empty constructor.
 
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 HistPlotCategoryEmpty ()
 Returns empty HistPlotCategory. More...
 
- Static Public Member Functions inherited from RestFrames::RFBase
static RFBaseEmpty ()
 Returns empty RFBase. More...
 

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
 

Constructor & Destructor Documentation

◆ HistPlotCategory()

RestFrames::HistPlotCategory::HistPlotCategory ( const std::string &  name,
const std::string &  title 
)

Standard constructor.

Parameters
snameClass instance name used for log statements
stitleClass instance title used in figures

Definition at line 41 of file HistPlotCategory.cc.

Member Function Documentation

◆ Empty()

HistPlotCategory & RestFrames::HistPlotCategory::Empty ( )
static

Returns empty HistPlotCategory.

Returns
Empty HistPlotCategory

Definition at line 72 of file HistPlotCategory.cc.

◆ operator+() [1/2]

RFList< const HistPlotCategory > RestFrames::HistPlotCategory::operator+ ( const HistPlotCategory cat) const

Combines HistPlotCategory into list.

Parameters
catAdditional category to add in list
Returns
List of HistPlotCategory containing cat and this

Definition at line 51 of file HistPlotCategory.cc.

◆ operator+() [2/2]

RFList< const HistPlotCategory > RestFrames::HistPlotCategory::operator+ ( const RestFrames::RFList< const HistPlotCategory > &  cats) const

Combines HistPlotCategory into list.

Parameters
catsList of additional categories to add in list
Returns
List of RestFrame s containing cats and this

Definition at line 59 of file HistPlotCategory.cc.

Collaboration diagram for RestFrames::HistPlotCategory:
Collaboration graph
[legend]

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