#ifndef HSTARTHISTBOOKER_H
#define HSTARTHISTBOOKER_H
#include "hparcond.h"
class TList;
class TString;
class HStartHistFiller;
class HStartDetector;
class HParamList;
class HRuntimeDb;
class HStartHistBooker : public HParCond {
protected:
HStartDetector* fStart;
static TList* startHistpool;
static TList* startActiveHists;
static HStartHistBooker* fStartHistBooker;
static HStartHistFiller* startfiller;
public:
HStartHistBooker(const Char_t* name ="StartHistBooker",
const Char_t* title ="parameters for Start hists",
const Char_t* context="StartHistBookerProduction");
~HStartHistBooker();
static HStartHistBooker* getExObject();
static HStartHistBooker* getObject();
void setGo4ParIo(HRuntimeDb*);
Bool_t init(HParIo*, Int_t*);
Bool_t initStandAlone();
Int_t write(HParIo*);
TList* getListOfActiveHists(){return startActiveHists;}
TList* getListOfHists() {return startHistpool;}
void resetActiveList(Int_t level,Int_t count);
void putParams(HParamList*);
Bool_t getParams(HParamList*);
void clear();
void printParam(void);
void printStatus(void);
HStartHistFiller* getStartFiller(){return startfiller;}
ClassDef(HStartHistBooker,1)
};
#endif /*!HSTARTHISTBOOKER_H*/
Last change: Sat May 22 13:14:42 2010
Last generated: 2010-05-22 13:14
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.