This is tmb_tree, version p15-br-07 | See all available versions

TMBMCvtx


class description - source file - inheritance tree (.ps)

class TMBMCvtx : public TObject

Inheritance Chart:
TObject
<-
TMBMCvtx

    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() const TMBMCpart* getDaughter(Int_t ipart) TMBMCpart* getParent(Int_t ipart) virtual TClass* IsA() const Int_t ndaughters() const Int_t nparents() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) Float_t x() const Float_t y() const Float_t z() const

Data Members

    private:
Float_t _x Float_t _y Float_t _z Float_t _ct TRefArray _parents list of parent refs TRefArray _daughters list of daughter refs

Class Description

 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),_ct(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() const
            Float_t x() const
            Float_t y() const
            Float_t z() const
              Int_t nparents() const
         TMBMCpart* getParent(Int_t ipart)
              Int_t ndaughters() const
         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:08:30 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.