#ifndef HMDCGO4MON_H
#define HMDCGO4MON_H
#include "hreconstructor.h"
#include "TString.h"
class HCategory;
class HIterator;
class HMdcHistBooker;
class HMdcGo4Mon : public HReconstructor {
protected:
HCategory* hitCat;
HCategory* calCat;
HCategory* rawCat;
HCategory* rawCatHeader;
HIterator* iterhit;
HIterator* itercal1;
HIterator* iterraw;
HIterator* iterrawHeader;
static HMdcHistBooker* Histbooker;
void initVariables();
Bool_t getCategories();
void setParContainers(void);
public:
HMdcGo4Mon(void);
HMdcGo4Mon(const Text_t* name,const Text_t* title);
~HMdcGo4Mon(void);
void printStatus();
Bool_t init(void);
Bool_t reinit(void);
Int_t execute();
Bool_t finalize();
ClassDef(HMdcGo4Mon,0)
};
#endif /* !HMDCGO4MON_H */
Last change: Sat May 22 13:02:12 2010
Last generated: 2010-05-22 13:02
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.