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