12 int c_x1,c_x2,c_minInt,c_xFit;
13 float qa_minInt, qa_pedLow, qa_pedHigh, qa_pedSigMin, qa_pedSigMax;
20 void setLimits(
int x1,
int x2,
int a,
int f)
21 {c_x1=x1;c_x2=x2;c_minInt=a; c_xFit=f;
23 void setQA(
float minInt,
float pedLow,
float pedHigh,
float pedSigMin,
float pedSigMax) {
24 qa_minInt=minInt; qa_pedLow=pedLow; qa_pedHigh=pedHigh; qa_pedSigMin=pedSigMin; qa_pedSigMax=pedSigMax;}
26 void findTowerHisto();
27 void findMapmtHisto();
28 void fitHisto(TString fPath=
"outPed/");
29 void dropHisto(){ HList->RemoveAll();}
30 void saveHisto(TString fname=
"outPed/spectra");
31 void savePedTable(
char *mode, TString fname=
"outPed/ped");