#include "hshowerparticleidentifier.h" |
HShowerParticleIdentifier
class description - source file - inheritance tree (.pdf)
private:
void fillPID(HShowerHit* hit, HShowerPID* pid, Float_t fShower)
public:
HShowerParticleIdentifier()
HShowerParticleIdentifier(Text_t* name, Text_t* title)
~HShowerParticleIdentifier()
static TClass* Class()
virtual Int_t execute()
virtual Bool_t finalize()
HCategory* getHitCat()
HParSet* getHitFPar()
HCategory* getPIDCat()
virtual Bool_t init()
Bool_t initParameters()
virtual TClass* IsA() const
void setCriterium(HShowerCriterium* pCrit)
void setHitCat(HCategory* pHitCat)
void setHitFPar(HParSet* pPar)
void setPIDCat(HCategory* pPIDCat)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
HLocation m_zeroLoc
HCategory* m_pHitCat !Pointer to the raw data category
HCategory* m_pPIDCat !Pointer to the cal data category
HParSet* m_pHitFPar Pointer to the analysis parameters container
HShowerCriterium* m_pCriterium !definition of shower criterium
HIterator* fIter !Iterator for hits
HShowerParticleIdentifier
HShowerParticleIdentifier selects hits, which passed through
shower criterium defined by HShowerCriterium
HShowerParticleIdentifier(Text_t *name,Text_t *title) : HReconstructor(name,title)
HShowerParticleIdentifier()
~HShowerParticleIdentifier(void)
Bool_t init()
initailization of pid and hit levels
Bool_t initParameters()
void setCriterium(HShowerCriterium* pCrit)
Bool_t finalize(void)
Int_t execute()
it selects hits, which passed shower criterium
void fillPID(HShowerHit* hit, HShowerPID* pid,
Float_t fShower)
Inline Functions
HCategory* getHitCat()
HCategory* getPIDCat()
HParSet* getHitFPar()
void setHitCat(HCategory* pHitCat)
void setPIDCat(HCategory* pPIDCat)
void setHitFPar(HParSet* pPar)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Fri Jan 26 12:33:52 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.