EEventCellStatisticsAdder
| #include "EEventCellStatisticsAdder.hh" |
EEventCellStatisticsAdder
class description - source file - inheritance tree (.pdf)
class EEventCellStatisticsAdder : public EFiller
| Inheritance Chart: | |||||||||
|
public:
EEventCellStatisticsAdder(Int_t, Int_t, Int_t, Int_t, MacroCellData*)
EEventCellStatisticsAdder(const EEventCellStatisticsAdder&)
virtual ~EEventCellStatisticsAdder()
static TClass* Class()
virtual void Fill(EFillable*)
virtual TClass* IsA() const
EEventCellStatisticsAdder& operator=(const EEventCellStatisticsAdder&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
Int_t fCell
Int_t fNumChips
Int_t fNumPixels
Int_t fNumCounts
MacroCellData* fData
Class Description
EEventCellStatisticsAdder(Int_t cell, Int_t nChips, Int_t nPixels, Int_t nCounts, MacroCellData* data) : EFiller("EDetector")
ctor
~EEventCellStatisticsAdder()
dtor
void Fill( EFillable *f)
filler infos for each macrocell that has seen some photons these infos are partially redundant to EDetector but organized differently
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
EEventCellStatisticsAdder EEventCellStatisticsAdder(const EEventCellStatisticsAdder&)
EEventCellStatisticsAdder& operator=(const EEventCellStatisticsAdder&)
