BrDcDig
class description - source file - inheritance tree
public:
BrDcDig BrDcDig()
BrDcDig BrDcDig(BrDcDig&)
virtual void ~BrDcDig()
static TClass* Class()
Int_t Compare(TObject* dighit)
virtual Int_t Compare(const TObject* dighit) const
Int_t GetID()
Int_t GetPlane()
Int_t GetSubModule()
Int_t GetTime()
Int_t GetWidth()
Int_t GetWire()
virtual TClass* IsA() const
virtual Bool_t IsSortable() const
void SetID(const Int_t i)
void SetPlane(const Int_t i)
void SetSubModule(const Int_t i)
void SetTime(const Int_t i)
void SetWidth(const Int_t i)
void SetWire(const Int_t i)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fID Id of this digit
Int_t fSubModule Sub module
Int_t fPlane Wire plane
Int_t fWire Wire
Int_t fTime time signal
Int_t fWidth Width of signal
public:
static const BrDcDig::EPlanes kT3X1
static const BrDcDig::EPlanes kT3X2
static const BrDcDig::EPlanes kT3X3
static const BrDcDig::EPlanes kT3Y1
static const BrDcDig::EPlanes kT3Y2
static const BrDcDig::EPlanes kT3Y3
static const BrDcDig::EPlanes kT3U1
static const BrDcDig::EPlanes kT3U2
static const BrDcDig::EPlanes kT3V1
static const BrDcDig::EPlanes kT3V2
static const BrDcDig::EPlanes kT4X1
static const BrDcDig::EPlanes kT4X2
static const BrDcDig::EPlanes kT4Y1
static const BrDcDig::EPlanes kT4Y2
static const BrDcDig::EPlanes kT4U1
static const BrDcDig::EPlanes kT4U2
static const BrDcDig::EPlanes kT4V1
static const BrDcDig::EPlanes kT4V2
static const BrDcDig::EPlanes kT5X1
static const BrDcDig::EPlanes kT5X2
static const BrDcDig::EPlanes kT5Y1
static const BrDcDig::EPlanes kT5Y2
static const BrDcDig::EPlanes kT5U1
static const BrDcDig::EPlanes kT5U2
static const BrDcDig::EPlanes kT5V1
static const BrDcDig::EPlanes kT5V2
BrDcDig is a BRAHMS data class for storing raw data for
one DC detector
BrDcDig()
~BrDcDig()
Int_t Compare(TObject *dighit_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 dighit_o to be earlier
in the list and -1 if you want dighit_o to be later in
the list.
Int_t Compare(const TObject *dighit_o) const
This routine overloads TObject::Compare(TObject *object)
For BRAHMS, this routine is typically called by QSort
It needs to return 1 if you want dighit_o to be earlier
in the list and -1 if you want dighit_o to be later in
the list.
Inline Functions
Bool_t IsSortable() const
Int_t GetID()
Int_t GetSubModule()
Int_t GetPlane()
Int_t GetWire()
Int_t GetTime()
Int_t GetWidth()
void SetID(const Int_t i)
void SetSubModule(const Int_t i)
void SetPlane(const Int_t i)
void SetWire(const Int_t i)
void SetTime(const Int_t i)
void SetWidth(const Int_t i)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
BrDcDig BrDcDig(BrDcDig&)
|