3 #ifndef StEEmcDAQ2Ped_HH
4 #define StEEmcDAQ2Ped_HH
11 #include "StEEmcUtil/EEfeeRaw/EEname2Index.h"
12 #include "StEEmcUtil/EEfeeRaw/EEdims.h"
22 virtual Int_t InitRun(
int runNo);
26 void ChooseSet(
int x){mSet = x;}
27 void MappingFile(TString x){mappingFile = x;}
30 void SetHList(TObjArray * x){mHList=x;}
41 TH1* xLowEtow; TH1* xHighEtow; TH1* xDiffEtow; TH2* xCorrEtow;
42 TH1* xLowEsmd; TH1* xHighEsmd; TH1* xDiffEsmd; TH2* xCorrEsmd;