BrDetectorTrack


class description - source file - inheritance tree

class BrDetectorTrack : public TObject


    public:
BrDetectorTrack BrDetectorTrack(BrDetectorTrack&) BrDetectorTrack BrDetectorTrack() void ~BrDetectorTrack() TClass* Class() virtual Float_t* GetAlph() virtual Int_t GetFlag() virtual BrLocalTrack* GetLoctra() virtual Float_t* GetPos() virtual BrVirtualTrack* GetVtrack() virtual TClass* IsA() virtual void SetAlph(Float_t* alph) virtual void SetFlag(Int_t i) virtual void SetLoctra(BrLocalTrack* loctra) virtual void SetPos(Float_t* pos) virtual void SetVtrack(BrVirtualTrack* vtrack) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
float fPos[3] float fAlph[3] int fFlag BrLocalTrack* fLoctra BrVirtualTrack* fVtrack

Class Description

 TBrDetectorTrack is a BRAHMS data class for storing information for
 a track



BrDetectorTrack()



Inline Functions


               Float_t* GetPos()
               Float_t* GetAlph()
                  Int_t GetFlag()
          BrLocalTrack* GetLoctra()
        BrVirtualTrack* GetVtrack()
                   void SetPos(Float_t* pos)
                   void SetAlph(Float_t* alph)
                   void SetFlag(Int_t i)
                   void SetLoctra(BrLocalTrack* loctra)
                   void SetVtrack(BrVirtualTrack* vtrack)
                TClass* Class()
                TClass* IsA()
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
        BrDetectorTrack BrDetectorTrack(BrDetectorTrack&)
                   void ~BrDetectorTrack()


ROOT page - Class index - 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.