#include "hshowerconfig.h" |
HShowerConfig
class description - source file - inheritance tree (.pdf)
public:
HShowerConfig(const char*, const char*)
HShowerConfig()
HShowerConfig(const HShowerConfig&)
~HShowerConfig()
static TClass* Class()
Int_t getCalMult()
const TArrayI getColorsSector() const
Float_t getEvtNb()
Int_t getEvtSeqNb()
Int_t* getHits(Int_t)
Int_t getRawMult()
Int_t getScale()
virtual TClass* IsA() const
HShowerConfig& operator=(const HShowerConfig&)
void resetHits(Int_t)
void setCalMult(Int_t i)
void setColorsSector(TArrayI colors)
void setEvtNb(Int_t j)
void setEvtSeqNb(Int_t i)
void setHits(Int_t, Int_t)
void setRawMult(Int_t i)
void setScale(Int_t i)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Int_t fEventNb /< event number
Int_t fEventSeqNb /< sequence number
Int_t calMult /< size of the raw category
Int_t rawMult /< size of the cal category
Int_t scale /< scale factor (->kEvents)
Int_t nHits[3][8]
TArrayI colorsSectors
HShowerConfig(const char* name,const char* title)
:TNamed(name,title)
HShowerConfig()
~HShowerConfig()
void setHits(Int_t nInd,Int_t nHit)
void resetHits(Int_t nInd)
Int_t* getHits(Int_t nInd)
Inline Functions
Float_t getEvtNb()
Int_t getEvtSeqNb()
Int_t getRawMult()
Int_t getCalMult()
Int_t getScale()
const TArrayI getColorsSector() const
void setEvtSeqNb(Int_t i)
void setEvtNb(Int_t j)
void setRawMult(Int_t i)
void setCalMult(Int_t i)
void setScale(Int_t i)
void setColorsSector(TArrayI colors)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HShowerConfig HShowerConfig(const HShowerConfig&)
HShowerConfig& operator=(const HShowerConfig&)
Last update: Fri Jan 26 12:32:41 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.