81 UInt_t fMaxEntries = 0;
82 UInt_t fScanWidth = 1000;
83 Double_t fSimScale = 1.;
85 Bool_t fShowProgress = kFALSE;
93 UInt_t fIndexSize = 0;
95 static bool compareItem(Item i1, Item i2) {
96 return (i1.index < i2.index);
99 void OnEvent(TClonesArray* pArrayOfBmnZDCDigit,
char mode, Double_t b);
100 void OnScan(Int_t n, Double_t scanValue, TH1D* pBH);
104 if (fIndex)
delete fIndex;
108 void SetEventData(TClonesArray * pArrayOfBmnZDCDigit, Double_t scale = 1.);
109 void AddSimDigit(
const char * fileName) { fInpChain.Add(fileName); }
114 virtual TH1D *
Scan(
char mode);