#ifndef HTOFINOHISTFILLER_H
#define HTOFINOHISTFILLER_H
#include "TNamed.h"
class HParamList;
class HMonHistAddon;
class HMonHist;
class HMonHist2;
class HTrendHist;
class HHistArray;
class HTrendArray;
class HHistArray2;
class HTofinoRaw;
class HTofinoCal;
class TList;
class TArrayI;
class TString;
class HIterator;
class HTofinoHistFiller : public TNamed {
protected:
static HHistArray* hhits_raw;
static HHistArray* hprof;
static HMonHist* hmulttdcall;
static HMonHist2* hAdc;
static HMonHist2* hTdc;
static HHistArray* hTofinoShower;
static HMonHist2* htofinomult_raw;
static HMonHist2* htofinomulttemp_raw;
static HTrendArray* htofinomulttrend_raw;
static HMonHistAddon* hhits_rawA;
static HMonHistAddon* hprofA;
static HMonHistAddon* hmulttdcallA;
static HMonHistAddon* hAdcA;
static HMonHistAddon* hTdcA;
static HMonHistAddon* hTofinoShowerA;
static HMonHistAddon* htofinomult_rawA;
static HMonHistAddon* htofinomulttemp_rawA;
static HMonHistAddon* htofinomulttrend_rawA;
static TArrayI colorsSector;
static TArrayI colorsModule;
static TArrayI colorsCuts;
public:
HTofinoHistFiller(const Char_t* name ="TofinoHistFiller",
const Char_t* title ="parameters for Tofino hists");
~HTofinoHistFiller();
void putTofinoParams(HParamList*,TList*);
Bool_t getTofinoParams(HParamList*,TList*,TList*);
void fillRaw(HTofinoRaw*);
void fillRawCat(HIterator*);
void fillCal(HTofinoCal*);
void fillShowerTofino(HIterator*,HIterator*);
void fillTrend();
ClassDef(HTofinoHistFiller,1)
};
#endif /*!HTOFINOHISTFILLER_H*/
Last change: Sat May 22 13:16:45 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.