#ifndef HPHYSICSHISTBOOKER_H
#define HPHYSICSHISTBOOKER_H
#include "hparcond.h"
class TList;
class TString;
class HPhysicsHistFiller;
class HParamList;
class HRuntimeDb;
class HPhysicsHistBooker : public HParCond {
protected:
static TList* physicsHistpool;
static TList* physicsActiveHists;
static HPhysicsHistBooker* fPhysicsHistBooker;
static HPhysicsHistFiller* physicsfiller;
public:
HPhysicsHistBooker(const Char_t* name ="PhysicsHistBooker",
const Char_t* title ="parameters for Physics hists",
const Char_t* context="PhysicsHistBookerProduction");
~HPhysicsHistBooker();
static HPhysicsHistBooker* getExObject();
static HPhysicsHistBooker* getObject();
void setGo4ParIo(HRuntimeDb*);
Bool_t init(HParIo*, Int_t*);
Bool_t initStandAlone();
Int_t write(HParIo*);
TList* getListOfActiveHists(){return physicsActiveHists;}
TList* getListOfHists() {return physicsHistpool;}
void resetActiveList(Int_t level,Int_t count);
void putParams(HParamList*);
Bool_t getParams(HParamList*);
void clear();
void printParam(void);
void printStatus(void);
HPhysicsHistFiller* getPhysicsFiller(){return physicsfiller;}
ClassDef(HPhysicsHistBooker,1)
};
#endif /*!HPHYSICSHISTBOOKER_H*/
Last change: Sat May 22 13:06:44 2010
Last generated: 2010-05-22 13:06
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.