BrTrack12


class description - source file - inheritance tree

class BrTrack12 : public BrBaseTrack


    public:
BrTrack12 BrTrack12(BrTrack12&) BrTrack12 BrTrack12() void ~BrTrack12() TClass* Class() virtual Float_t GetD1bx() virtual Float_t GetD1by() virtual Float_t GetD1fx() virtual Float_t GetD1fy() virtual Float_t GetPhi() virtual BrDetectorTrack* GetT1tr() virtual BrDetectorTrack* GetT2tr() virtual Float_t GetTheta() virtual Float_t GetTx() virtual Float_t GetTy() virtual TClass* IsA() virtual void SetD1bx(Float_t x) virtual void SetD1by(Float_t x) virtual void SetD1fx(Float_t x) virtual void SetD1fy(Float_t x) virtual void SetPhi(Float_t x) virtual void SetT1tr(BrDetectorTrack* t1tr) virtual void SetT2tr(BrDetectorTrack* t2tr) virtual void SetTheta(Float_t x) virtual void SetTx(Float_t x) virtual void SetTy(Float_t x) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
BrDetectorTrack* fT1tr BrDetectorTrack* fT2tr Float_t fTheta Float_t fPhi Float_t fTx Float_t fTy Float_t fD1fx Float_t fD1fy Float_t fD1bx Float_t fD1by


See also

BrT2Match

Class Description

																				
 The BrCombineTrack class provides an interface to the BRAHMS    			    
 Tracking	Combining between detectors											
																				


BrTrack12() : BrBaseTrack()
 Default Constructor.

~BrTrack12()
 Destructor.



Inline Functions


        BrDetectorTrack* GetT1tr()
        BrDetectorTrack* GetT2tr()
                 Float_t GetTheta()
                 Float_t GetPhi()
                 Float_t GetTx()
                 Float_t GetTy()
                 Float_t GetD1fx()
                 Float_t GetD1fy()
                 Float_t GetD1bx()
                 Float_t GetD1by()
                    void SetT1tr(BrDetectorTrack* t1tr)
                    void SetT2tr(BrDetectorTrack* t2tr)
                    void SetTheta(Float_t x)
                    void SetPhi(Float_t x)
                    void SetTx(Float_t x)
                    void SetTy(Float_t x)
                    void SetD1fx(Float_t x)
                    void SetD1fy(Float_t x)
                    void SetD1bx(Float_t x)
                    void SetD1by(Float_t x)
                 TClass* Class()
                 TClass* IsA()
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
               BrTrack12 BrTrack12(BrTrack12&)


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.