EFee
| #include "EFee.hh" |
EFee
class description - source file - inheritance tree (.pdf)
class EFee : public TObject
| Inheritance Chart: | |||||||||
|
public:
EFee()
EFee(const EFee&)
virtual ~EFee()
static TClass* Class()
virtual void Copy(TObject&) const
Float_t GetChCharge()
Int_t GetChUId()
Int_t GetFEId()
Int_t GetGtu()
Bool_t GetHasTriggered()
Int_t GetNumHits()
Int_t GetNumSignals()
virtual TClass* IsA() const
EFee& operator=(const EFee&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
Int_t fGtu gtu identifier
Int_t fFEId front end identifier
Int_t fChUId channel unique identifier number
Int_t fNumHits number of detected hits
Int_t fNumSignals number of pure signal hits
Bool_t fHasTriggered true if it was above digital counter threshold
Float_t fChCharge channel charge
Class Description
void Copy( TObject& other) const
copy
Inline Functions
void ~EFee()
EFee EFee()
EFee EFee(const EFee&)
Int_t GetGtu()
Int_t GetFEId()
Int_t GetChUId()
Int_t GetNumSignals()
Int_t GetNumHits()
Bool_t GetHasTriggered()
Float_t GetChCharge()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
EFee& operator=(const EFee&)
