EMacroCellHit
| #include "EMacroCellHit.hh" |
EMacroCellHit
class description - source file - inheritance tree (.pdf)
class EMacroCellHit : public TObject
| Inheritance Chart: | |||||||||
|
public:
EMacroCellHit()
EMacroCellHit(const EMacroCellHit&)
virtual ~EMacroCellHit()
static TClass* Class()
virtual void Clear(Option_t*)
virtual void Copy(TObject&) const
Int_t GetCellCol()
Int_t GetCellId()
Int_t GetCellRow()
Int_t GetChUId()
Int_t GetCounts()
Int_t GetGtu()
Float_t GetTime()
virtual TClass* IsA() const
EMacroCellHit& operator=(const EMacroCellHit&)
void SetCellCol(Int_t c)
void SetCellId(Int_t val)
void SetCellRow(Int_t r)
void SetChUId(Int_t val)
void SetCounts(Int_t val)
void SetGtu(Int_t val)
void SetTime(Float_t val)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
Int_t fCellId macro cell identifier
Int_t fChUId channel unique identifier
Int_t fGtu gtu number for this event
Int_t fCounts number of detected photons by fast or
Int_t fCellRow local macrocell row number
Int_t fCellCol local macrocell col number
Float_t fTime time in ns relative to first triggering gtu [ns]
Class Description
void Copy( TObject& other) const
copy
void Clear( Option_t* opt )
clear this hit
Inline Functions
void ~EMacroCellHit()
EMacroCellHit EMacroCellHit()
EMacroCellHit EMacroCellHit(const EMacroCellHit&)
Int_t GetCellId()
Int_t GetChUId()
Int_t GetGtu()
Int_t GetCounts()
Int_t GetCellRow()
Int_t GetCellCol()
Float_t GetTime()
void SetCellId(Int_t val)
void SetChUId(Int_t val)
void SetGtu(Int_t val)
void SetCounts(Int_t val)
void SetCellRow(Int_t r)
void SetCellCol(Int_t c)
void SetTime(Float_t val)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
EMacroCellHit& operator=(const EMacroCellHit&)
