RecoCellInfo
| #include "RecoCellInfo.hh" |
RecoCellInfo
class description - source file - inheritance tree (.pdf)
class RecoCellInfo
| Inheritance Chart: | |||||
|
private:
void AddHit(Int_t, Int_t, Int_t)
public:
RecoCellInfo(Int_t cell)
RecoCellInfo(const RecoCellInfo&)
virtual ~RecoCellInfo()
static TClass* Class()
Int_t GetCellId() const
Int_t GetFirstGtu() const
const RecoCellHit* GetHit(UInt_t i) const
Int_t GetLastGtu() const
Int_t GetNumberofCounts() const
Int_t GetNumberofHits() const
Bool_t HasTriggered() const
const vector<RecoCellHit*>& Hits() const
virtual TClass* IsA() const
RecoCellInfo& operator=(const RecoCellInfo&)
const RecoCellHit* operator[](Int_t i) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Int_t TriggerWord() const
Data Members
private:
Int_t fCellId
Bool_t fTriggered
Int_t fTriggerWord
vector<RecoCellHit*> fHits
Class Description
const RecoCellHit* GetHit(UInt_t i) const
void AddHit(Int_t id, Int_t counts,Int_t gtu)
Int_t GetNumberofCounts() const
Int_t GetFirstGtu() const
Int_t GetLastGtu() const
Inline Functions
void ~RecoCellInfo()
RecoCellInfo RecoCellInfo(Int_t cell)
Int_t GetCellId() const
Bool_t HasTriggered() const
Int_t TriggerWord() const
Int_t GetNumberofHits() const
const RecoCellHit* operator[](Int_t i) const
const vector<RecoCellHit*>& Hits() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RecoCellInfo RecoCellInfo(const RecoCellInfo&)
RecoCellInfo& operator=(const RecoCellInfo&)
