#ifndef HTOFHISTBOOKER_H
#define HTOFHISTBOOKER_H
#include "hparcond.h"
class TList;
class TString;
class HTofHistFiller;
class HTofDetector;
class HParamList;
class HRuntimeDb;
class HTofHistBooker : public HParCond {
protected:
HTofDetector* fTof;
static TList* tofHistpool;
static TList* tofActiveHists;
static HTofHistBooker* fTofHistBooker;
static HTofHistFiller* toffiller;
public:
HTofHistBooker(const Char_t* name ="TofHistBooker",
const Char_t* title ="parameters for Tof hists",
const Char_t* context="TofHistBookerProduction");
~HTofHistBooker();
static HTofHistBooker* getExObject();
static HTofHistBooker* getObject();
void setGo4ParIo(HRuntimeDb*);
Bool_t init(HParIo*, Int_t*);
Bool_t initStandAlone();
Int_t write(HParIo*);
TList* getListOfActiveHists(){return tofActiveHists;}
TList* getListOfHists() {return tofHistpool;}
void resetActiveList(Int_t level,Int_t count);
void putParams(HParamList*);
Bool_t getParams(HParamList*);
void clear();
Bool_t check();
void printParam(void);
void printStatus(void);
HTofHistFiller* getTofFiller(){return toffiller;}
ClassDef(HTofHistBooker,1)
};
#endif /*!HTOFHISTBOOKER_H*/
Last change: Sat May 22 13:16:11 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.