BrTrack


class description - source file - inheritance tree

class BrTrack : public BrBaseTrack


    public:
BrTrack BrTrack() BrTrack BrTrack(BrTrack&) void ~BrTrack() TClass* Class() virtual Float_t GetP12() virtual Float_t GetP34() virtual Float_t GetP345() virtual Float_t GetP45() virtual Float_t GetPhi() virtual Float_t GetTheta() virtual TClass* IsA() virtual void SetP12(Float_t x) virtual void SetP34(Float_t x) virtual void SetP345(Float_t x) virtual void SetP45(Float_t x) virtual void SetPhi(Float_t x) virtual void SetTheta(Float_t x) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Float_t fP12 momentum derived from T1 and T2 Float_t fP34 momentum derived from T3 and T4 Float_t fP45 momentum derived from T4 and T5 Float_t fP345 momentum derived from T3, T4 and T5 Float_t fTheta Theta of the track Float_t fPhi Phi of the track

Class Description

																				
 The BrTrack class is the main BRAHMS track class              			    
																				


BrTrack() : BrBaseTrack()
 Default Constructor.

~BrTrack()
Destructor



Inline Functions


            Float_t GetP12()
            Float_t GetP34()
            Float_t GetP45()
            Float_t GetP345()
            Float_t GetTheta()
            Float_t GetPhi()
               void SetP12(Float_t x)
               void SetP34(Float_t x)
               void SetP45(Float_t x)
               void SetP345(Float_t x)
               void SetTheta(Float_t x)
               void SetPhi(Float_t x)
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
            BrTrack BrTrack(BrTrack&)


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.