
|
RestFrames
v1.0.1
RestFrames HEP Event Analysis Software Library
|
Definition at line 40 of file HistPlotCategory.hh.

Public Member Functions | |
| HistPlotCategory (const std::string &name, const std::string &title) | |
| Standard constructor. More... | |
| HistPlotCategory () | |
| Empty constructor. | |
| RestFrames::RFList< const HistPlotCategory > | operator+ (const HistPlotCategory &cat) const |
| Combines HistPlotCategory into list. More... | |
| RestFrames::RFList< const HistPlotCategory > | operator+ (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 HistPlotCategory & | Empty () |
| Returns empty HistPlotCategory. More... | |
Static Public Member Functions inherited from RestFrames::RFBase | |
| static RFBase & | Empty () |
| 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 |
| RFBase * | m_This |
Static Protected Attributes inherited from RestFrames::RFBase | |
| static const TVector3 | m_Empty3Vector |
| static const TLorentzVector | m_Empty4Vector |
| RestFrames::HistPlotCategory::HistPlotCategory | ( | const std::string & | name, |
| const std::string & | title | ||
| ) |
Standard constructor.
| sname | Class instance name used for log statements |
| stitle | Class instance title used in figures |
Definition at line 41 of file HistPlotCategory.cc.
|
static |
Returns empty HistPlotCategory.
Definition at line 72 of file HistPlotCategory.cc.
| RFList< const HistPlotCategory > RestFrames::HistPlotCategory::operator+ | ( | const HistPlotCategory & | cat | ) | const |
Combines HistPlotCategory into list.
| cat | Additional category to add in list |
Definition at line 51 of file HistPlotCategory.cc.
| RFList< const HistPlotCategory > RestFrames::HistPlotCategory::operator+ | ( | const RestFrames::RFList< const HistPlotCategory > & | cats | ) | const |
Combines HistPlotCategory into list.
| cats | List of additional categories to add in list |
Definition at line 59 of file HistPlotCategory.cc.

1.8.17