#ifndef HSHOWERHISTBOOKER_H
#define HSHOWERHISTBOOKER_H
#include "hparcond.h"
class TList;
class TString;
class HShowerHistFiller;
class HShowerDetector;
class HParamList;
class HRuntimeDb;
class HShowerHistBooker : public HParCond {
protected:
HShowerDetector* fShower;
static TList* showerHistpool;
static TList* showerActiveHists;
static HShowerHistBooker* fShowerHistBooker;
static HShowerHistFiller* showerfiller;
public:
HShowerHistBooker(const Char_t* name ="ShowerHistBooker",
const Char_t* title ="parameters for Shower hists",
const Char_t* context="ShowerHistBookerProduction");
~HShowerHistBooker();
static HShowerHistBooker* getExObject();
static HShowerHistBooker* getObject();
void setGo4ParIo(HRuntimeDb*);
Bool_t init(HParIo*, Int_t*);
Bool_t initStandAlone();
Int_t write(HParIo*);
TList* getListOfActiveHists(){return showerActiveHists;}
TList* getListOfHists() {return showerHistpool;}
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);
HShowerHistFiller* getShowerFiller(){return showerfiller;}
ClassDef(HShowerHistBooker,1)
};
#endif /*!HSHOWERHISTBOOKER_H*/
Last change: Sat May 22 13:13:35 2010
Last generated: 2010-05-22 13:13
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.