RecoCellHit
| #include "RecoCellHit.hh" |
RecoCellHit
class description - source file - inheritance tree (.pdf)
class RecoCellHit
| Inheritance Chart: | |||||||||
|
public:
RecoCellHit(Int_t, Int_t, Int_t)
RecoCellHit(const RecoCellHit&)
virtual ~RecoCellHit()
void AddCountCherDirect()
void AddCountCherScatt()
void AddCountFluo()
static TClass* Class()
Int_t GetCounts() const
Int_t GetCountsCherDirect()
Int_t GetCountsCherScatt()
Int_t GetCountsFluo()
Int_t GetCountsNoise()
Int_t GetCountsSignal()
Int_t GetGtu() const
Int_t GetPixelId() const
virtual TClass* IsA() const
RecoCellHit& operator=(const RecoCellHit&)
void SetCountsCherDirect(Int_t n)
void SetCountsCherScatt(Int_t n)
void SetCountsFluo(Int_t n)
void SetCountsNoise(Int_t n)
void SetCountsSignal(Int_t n)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
Int_t fPixelId absolute pixel id
Int_t fCounts number of detected photo-electrons
Int_t fGtu gtu number
Int_t fCountsSignal number of fluorescent photo-electrons counts
Int_t fCountsFluorescent number of fluorescent photo-electrons counts
Int_t fCountsCherenkovDirect number of direct cherenkov photo-electrons counts
Int_t fCountsCherenkovScattered number of direct cherenkov photo-electrons counts
Int_t fCountsNoise number of noise counts
Class Description
RecoCellHit(Int_t id, Int_t cnt, Int_t gtu)
~RecoCellHit()
Inline Functions
Int_t GetPixelId() const
Int_t GetCounts() const
Int_t GetGtu() const
Int_t GetCountsSignal()
Int_t GetCountsFluo()
Int_t GetCountsCherDirect()
Int_t GetCountsCherScatt()
Int_t GetCountsNoise()
void SetCountsSignal(Int_t n)
void SetCountsFluo(Int_t n)
void SetCountsCherDirect(Int_t n)
void SetCountsCherScatt(Int_t n)
void SetCountsNoise(Int_t n)
void AddCountFluo()
void AddCountCherDirect()
void AddCountCherScatt()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RecoCellHit RecoCellHit(const RecoCellHit&)
RecoCellHit& operator=(const RecoCellHit&)
