#ifndef HPHYSICSGO4MON_H
#define HPHYSICSGO4MON_H
#include "hreconstructor.h"
#include "TString.h"
class HCategory;
class HIterator;
class HPhysicsHistBooker;
class HPhysicsGo4Mon : public HReconstructor {
protected:
HCategory* MdcTrkCandCat;
HCategory* MdcSegCat;
HCategory* TofHitCat;
HCategory* ShowerTofHitCat;
HCategory* KickTrackCat;
HCategory* SplineTrackCat;
HCategory* MetaMatchCat;
HCategory* RichHitCat;
HIterator* iterMdcTrkCand;
HIterator* iterMdcSeg;
HIterator* iterTofHit;
HIterator* iterShowerTofHit;
HIterator* iterKickTrack;
HIterator* iterSplineTrack;
HIterator* iterMetaMatch;
HIterator* iterRichHit;
static HPhysicsHistBooker* physicsHistbooker;
void initVariables();
Bool_t getCategories();
void setParContainers(void);
public:
HPhysicsGo4Mon(void);
HPhysicsGo4Mon(const Text_t* name,const Text_t* title);
~HPhysicsGo4Mon(void);
void printStatus();
Bool_t init(void);
Bool_t reinit(void);
Int_t execute();
Bool_t finalize();
ClassDef(HPhysicsGo4Mon,0)
};
#endif /* !HPHYSICSGO4MON_H */
Last change: Sat May 22 13:06:43 2010
Last generated: 2010-05-22 13:06
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.