removed an unnessary debug info
This commit is contained in:
parent
ccd9d6ccfd
commit
fe38ded491
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user