removed an unnessary debug info

This commit is contained in:
nemu 2011-02-14 19:54:08 +00:00
parent ccd9d6ccfd
commit fe38ded491

View File

@ -1195,7 +1195,6 @@ Bool_t PRunSingleHisto::EstimateBkg(UInt_t histoNo)
// forward // forward
for (UInt_t i=start; i<end; i++) for (UInt_t i=start; i<end; i++)
bkg += runData->GetDataBin(histoNo)->at(i); bkg += runData->GetDataBin(histoNo)->at(i);
cout << endl << "debug> bkg=" << bkg << ", end=" << end << ", start=" << start;
bkg /= static_cast<Double_t>(end - start + 1); bkg /= static_cast<Double_t>(end - start + 1);
if (fScaleN0AndBkg) if (fScaleN0AndBkg)