#ifndef HTOFGO4MON_H
#define HTOFGO4MON_H
#include "hreconstructor.h"
#include "TString.h"
class HCategory;
class HIterator;
class HTofHistBooker;
class HTofGo4Mon : public HReconstructor {
protected:
HCategory* rawCat;
HCategory* hitCat;
HCategory* tofinorawCat;
HIterator* iterraw;
HIterator* iterhit;
HIterator* itertofinoraw;
static HTofHistBooker* tofHistbooker;
void initVariables();
Bool_t getCategories();
void setParContainers(void);
public:
HTofGo4Mon(void);
HTofGo4Mon(const Text_t* name,const Text_t* title);
~HTofGo4Mon(void);
void printStatus();
Bool_t init(void);
Bool_t reinit(void);
Int_t execute();
Bool_t finalize();
ClassDef(HTofGo4Mon,0)
};
#endif /* !HTOFGO4MON_H */
Last change: Sat May 22 13:16:10 2010
Last generated: 2010-05-22 13:16
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.