#ifndef HWALLHISTFILLER_H
#define HWALLHISTFILLER_H
#include "TNamed.h"
class HParamList;
class HMonHistAddon;
class HMonHist;
class HMonHist2;
class HTrendHist;
class HHistArray;
class HTrendArray;
class HHistArray2;
class HWallRaw;
class HWallHit;
class TList;
class TArrayI;
class TString;
class HIterator;
class HWallHistFiller : public TNamed {
protected:
static HHistArray* hProf1;
static HHistArray* hProf2;
static HHistArray* hProf3;
static HMonHist2* hRawTime1;
static HMonHist2* hRawWidth1;
static HMonHist2* hHitTime;
static HMonHist2* hHitCharge;
static HMonHist2* hHitXY;
static HMonHist2* hFib1Mult;
static HHistArray* hRawMult;
static HMonHistAddon* hProf1A;
static HMonHistAddon* hProf2A;
static HMonHistAddon* hProf3A;
static HMonHistAddon* hRawTime1A;
static HMonHistAddon* hRawWidth1A;
static HMonHistAddon* hHitTimeA;
static HMonHistAddon* hHitChargeA;
static HMonHistAddon* hHitXYA;
static HMonHistAddon* hFib1MultA;
static HMonHistAddon* hRawMultA;
static TArrayI colorsSector;
static TArrayI colorsModule;
static TArrayI colorsCuts;
public:
HWallHistFiller(const Char_t* name ="WallHistFiller",
const Char_t* title ="parameters for Wall hists");
~HWallHistFiller();
void putWallParams(HParamList*,TList*);
Bool_t getWallParams(HParamList*,TList*,TList*);
void fillRaw(HWallRaw*);
void fillRawCat(HIterator*);
void fillHit(HWallHit*);
void fillTrend();
ClassDef(HWallHistFiller,1)
};
#endif /*!HWALLHISTFILLER_H*/
Last change: Sat May 22 13:17:34 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.