#ifndef HRICHHISTBOOKER_H
#define HRICHHISTBOOKER_H
#include "hparcond.h"
class TList;
class TString;
class HRichHistFiller;
class HRichDetector;
class HParamList;
class HRuntimeDb;
class HRichHistBooker : public HParCond {
protected:
HRichDetector* fRich;
static TList* richHistpool;
static TList* richActiveHists;
static HRichHistBooker* fRichHistBooker;
static HRichHistFiller* richfiller;
public:
HRichHistBooker(const Char_t* name ="RichHistBooker",
const Char_t* title ="parameters for Rich hists",
const Char_t* context="RichHistBookerProduction");
~HRichHistBooker();
static HRichHistBooker* getExObject();
static HRichHistBooker* getObject();
void setGo4ParIo(HRuntimeDb*);
Bool_t init(HParIo*, Int_t*);
Bool_t initStandAlone();
Int_t write(HParIo*);
TList* getListOfActiveHists(){return richActiveHists;}
TList* getListOfHists() {return richHistpool;}
void resetActiveList(Int_t level,Int_t count);
void putParams(HParamList*);
Bool_t getParams(HParamList*);
void clear();
void printParam(void);
void printStatus(void);
HRichHistFiller* getRichFiller(){return richfiller;}
ClassDef(HRichHistBooker,1)
};
#endif /*!HRICHHISTBOOKER_H*/
Last change: Sat May 22 13:08:58 2010
Last generated: 2010-05-22 13:08
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.