|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |

Public Member Functions | |
| THistID () | |
| THistID (const THistID &rhs) | |
| THistID (std::string &i, bool &t, TObject *o, TFile *f) | |
| bool | operator< (THistID const &rhs) const |
Public Attributes | |
| std::string | id |
| bool | temp |
| TObject * | obj |
| TFile * | file |
Definition at line 107 of file THistSvc.h.
| THistSvc::THistID::THistID | ( | ) | [inline] |
| THistSvc::THistID::THistID | ( | const THistID & | rhs ) | [inline] |
| THistSvc::THistID::THistID | ( | std::string & | i, |
| bool & | t, | ||
| TObject * | o, | ||
| TFile * | f | ||
| ) | [inline] |
Definition at line 119 of file THistSvc.h.
{
return (obj < rhs.obj);
}
Definition at line 111 of file THistSvc.h.
Definition at line 108 of file THistSvc.h.
Definition at line 110 of file THistSvc.h.
Definition at line 109 of file THistSvc.h.