TMBCps
class description - source file - inheritance tree (.ps)
public:
TMBCps()
TMBCps(Float_t r, Float_t phi, Float_t z, Float_t xE, Float_t uE, Float_t vE, Float_t matchQ, Float_t matchEQ)
TMBCps(const TMBCps&)
~TMBCps()
static TClass* Class()
Float_t E()
virtual TClass* IsA() const
Float_t matchEQ()
Float_t matchQ()
TMBCps& operator=(const TMBCps&)
Float_t phi()
Float_t r()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Float_t z()
private:
Float_t _r
Float_t _phi
Float_t _z
Float_t _xE
Float_t _uE
Float_t _vE
Float_t _matchQ
Float_t _matchEQ
TMBTree class for cps clusters
TMBCps():_r(999.9),_phi(999.9),_z(999.9),_xE(999.9),
_uE(999.9),_vE(999.9),_matchQ(999.9),_matchEQ(999.9)
TMBCps(Float_t r, Float_t phi, Float_t z, Float_t xE,
Float_t uE, Float_t vE, Float_t matchQ, Float_t matchEQ):
_r(r), _phi(phi), _z(z), _xE(xE), _uE(uE), _vE(vE), _matchQ(matchQ), _matchEQ(matchEQ)
Inline Functions
void ~TMBCps()
Float_t E()
Float_t phi()
Float_t r()
Float_t z()
Float_t matchQ()
Float_t matchEQ()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TMBCps TMBCps(const TMBCps&)
TMBCps& operator=(const TMBCps&)
Last update: Mon May 17 20:08:28 2004
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.