BrDigTof


class description - source file - inheritance tree

class BrDigTof : public TObject


    public:
BrDigTof BrDigTof() BrDigTof BrDigTof(BrDigTof&) void ~BrDigTof() TClass* Class() virtual Int_t Compare(TObject* BrDigTof) virtual Int_t GetAdcDown() virtual Int_t GetAdcUp() virtual Int_t GetSlatno() virtual Int_t GetTdcDown() virtual Int_t GetTdcUp() virtual TClass* IsA() virtual Bool_t IsSortable() virtual void List() virtual void SetAdcDown(Int_t i) virtual void SetAdcUp(Int_t i) virtual void SetSlatno(Int_t i) virtual void SetTdcDown(Int_t time) virtual void SetTdcUp(Int_t time) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members

private:
Int_t fSlatno SlatNumber Int_t fAdcUp Adc value from top PMT Int_t fAdcDown Adc value from bottom PMT Int_t fTdcUp Tdc value from top PMT Int_t fTdcDown Tdc value from top PMT

Class Description


Int_t Compare(TObject *digtof_p)
This routine overloads TObject::Compare(TObject *object)
For BRAHMS, this routine is typically called by QSort
It needs to return 1 if you want digtof_o to be earlier
in the list and -1 if you want digtof_o to be later in
the list.
 I (fv) do not really know if we need this for TOF?


void List()
 List the content of an object on cout




Inline Functions


           BrDigTof BrDigTof()
             Bool_t IsSortable()
              Int_t GetSlatno()
              Int_t GetAdcUp()
              Int_t GetAdcDown()
              Int_t GetTdcUp()
              Int_t GetTdcDown()
               void SetSlatno(Int_t i)
               void SetTdcUp(Int_t time)
               void SetTdcDown(Int_t time)
               void SetAdcUp(Int_t i)
               void SetAdcDown(Int_t i)
            TClass* Class()
            TClass* IsA()
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
           BrDigTof BrDigTof(BrDigTof&)
               void ~BrDigTof()


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.