TMBMCvtx
class description - source file - inheritance tree (.ps)
public:
TMBMCvtx()
TMBMCvtx(Float_t x, Float_t y, Float_t z, Float_t ct)
~TMBMCvtx()
void addDaughter(TRef part)
void addParent(TRef part)
static TClass* Class()
Float_t ct()
TMBMCpart* getDaughter(Int_t ipart)
TMBMCpart* getParent(Int_t ipart)
virtual TClass* IsA() const
Int_t ndaughters()
Int_t nparents()
Float_t r()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Float_t x()
Float_t y()
Float_t z()
private:
Float_t _ct
Float_t _x
Float_t _y
Float_t _z
TRefArray _parents list of parent refs
TRefArray _daughters list of daughter refs
file: TMBMCvtx.cpp
TMBTree MCpart class
has MCparticle information
created: 21-March-2002 Serban Protopopescu
TMBMCvtx():_x(999.9),_y(999.9),_z(999.9),_parents(), _daughters()
TMBMCvtx(Float_t x, Float_t y, Float_t z, Float_t ct):
_x(x), _y(y), _z(z),_ct(ct), _parents(), _daughters()
void addParent(TRef part)
void addDaughter(TRef part)
Inline Functions
void ~TMBMCvtx()
Float_t ct()
Float_t x()
Float_t y()
Float_t z()
Float_t r()
Int_t nparents()
TMBMCpart* getParent(Int_t ipart)
Int_t ndaughters()
TMBMCpart* getDaughter(Int_t ipart)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Mon May 17 20:09:49 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.