#ifndef HWALLHISTBOOKER_H
#define HWALLHISTBOOKER_H
#include "hparcond.h"
class TList;
class TString;
class HWallHistFiller;
class HWallDetector;
class HParamList;
class HRuntimeDb;
class HWallHistBooker : public HParCond {
protected:
HWallDetector* fWall;
static TList* wallHistpool;
static TList* wallActiveHists;
static HWallHistBooker* fWallHistBooker;
static HWallHistFiller* wallfiller;
public:
HWallHistBooker(const Char_t* name ="WallHistBooker",
const Char_t* title ="parameters for Wall hists",
const Char_t* context="WallHistBookerProduction");
~HWallHistBooker();
static HWallHistBooker* getExObject();
static HWallHistBooker* getObject();
void setGo4ParIo(HRuntimeDb*);
Bool_t init(HParIo*, Int_t*);
Bool_t initStandAlone();
Int_t write(HParIo*);
TList* getListOfActiveHists(){return wallActiveHists;}
TList* getListOfHists() {return wallHistpool;}
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);
HWallHistFiller* getWallFiller(){return wallfiller;}
ClassDef(HWallHistBooker,1)
};
#endif /*!HWALLHISTBOOKER_H*/
Last change: Sat May 22 13:17:33 2010
Last generated: 2010-05-22 13:17
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.