#ifndef HTOFINOHISTBOOKER_H
#define HTOFINOHISTBOOKER_H
#include "hparcond.h"
class TList;
class TString;
class HTofinoHistFiller;
class HTofinoDetector;
class HParamList;
class HRuntimeDb;
class HTofinoHistBooker : public HParCond {
protected:
HTofinoDetector* fTofino;
static TList* tofHistpool;
static TList* tofActiveHists;
static HTofinoHistBooker* fTofinoHistBooker;
static HTofinoHistFiller* toffiller;
public:
HTofinoHistBooker(const Char_t* name ="TofinoHistBooker",
const Char_t* title ="parameters for Tofino hists",
const Char_t* context="TofinoHistBookerProduction");
~HTofinoHistBooker();
static HTofinoHistBooker* getExObject();
static HTofinoHistBooker* getObject();
void setGo4ParIo(HRuntimeDb*);
Bool_t init(HParIo*, Int_t*);
Bool_t initStandAlone();
Int_t write(HParIo*);
TList* getListOfActiveHists(){return tofActiveHists;}
TList* getListOfHists() {return tofHistpool;}
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);
HTofinoHistFiller* getTofinoFiller(){return toffiller;}
ClassDef(HTofinoHistBooker,1)
};
#endif /*!HTOFINOHISTBOOKER_H*/
Last change: Sat May 22 13:16:44 2010
Last generated: 2010-05-22 13:16
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.