BrTPCCluster


class description - source file - inheritance tree

class BrTPCCluster : public TObject


    public:
BrTPCCluster BrTPCCluster(BrTPCCluster&) BrTPCCluster BrTPCCluster() void ~BrTPCCluster() TClass* Class() virtual Int_t Compare(TObject* digtpc) Float_t GetDedx() BrDigTPC* GetDigtpc() Int_t GetGvID() Int_t GetID() Int_t GetNpix() Float_t GetPav() Float_t GetPsig() Int_t GetRow() Int_t GetStat() BrTPCCluster* GetSubcl() Float_t GetTav() Float_t GetTsig() virtual TClass* IsA() virtual Bool_t IsSortable() virtual void SetDedx(Float_t x) virtual void SetDigtpc(BrDigTPC* x) virtual void SetGvID(Int_t i) virtual void SetID(Int_t i) virtual void SetNpix(Int_t i) virtual void SetPav(Float_t x) virtual void SetPsig(Float_t x) virtual void SetRow(Int_t i) virtual void SetStat(Int_t i) virtual void SetSubcl(BrTPCCluster* x) virtual void SetTav(Float_t x) virtual void SetTsig(Float_t x) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Int_t fID Int_t fGvID Int_t fRow Int_t fStat Float_t fPav Float_t fTav Float_t fPsig Float_t fTsig Float_t fDedx Int_t fNpix BrTPCCluster* fSubcl BrDigTPC* fDigtpc

Class Description

 TBrTPCCluster is a BRAHMS data class for storing information for
 one detector TPC Digitized hit.



Int_t Compare(TObject *clus_o)
This routine overloads TObject::Compare(TObject *object)
For BRAHMS, this routine is typically called by QSort
It needs to return 1 if you want clus_o to be earlier
in the list and -1 if you want clus_o to be later in
the list.



Inline Functions


         BrTPCCluster BrTPCCluster()
               Bool_t IsSortable()
                 void SetID(Int_t i)
                 void SetGvID(Int_t i)
                 void SetRow(Int_t i)
                 void SetStat(Int_t i)
                 void SetPav(Float_t x)
                 void SetTav(Float_t x)
                 void SetPsig(Float_t x)
                 void SetTsig(Float_t x)
                 void SetDedx(Float_t x)
                 void SetNpix(Int_t i)
                 void SetSubcl(BrTPCCluster* x)
                 void SetDigtpc(BrDigTPC* x)
                Int_t GetID()
                Int_t GetGvID()
                Int_t GetRow()
                Int_t GetStat()
              Float_t GetPav()
              Float_t GetTav()
              Float_t GetPsig()
              Float_t GetTsig()
              Float_t GetDedx()
                Int_t GetNpix()
        BrTPCCluster* GetSubcl()
            BrDigTPC* GetDigtpc()
              TClass* Class()
              TClass* IsA()
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
         BrTPCCluster BrTPCCluster(BrTPCCluster&)
                 void ~BrTPCCluster()


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.