if the background is estimated from an interval rather than fitted, it will be added as a comment to the background interval tag. (MUSR-192)

This commit is contained in:
2011-11-15 08:46:00 +00:00
parent a63ed33de7
commit 379345496b
6 changed files with 77 additions and 4 deletions

View File

@ -820,6 +820,9 @@ Bool_t PRunAsymmetry::SubtractEstimatedBkg()
fBackward[i] -= bkg[1];
}
fRunInfo->SetBkgEstimated(bkg[0], 0);
fRunInfo->SetBkgEstimated(bkg[1], 1);
return true;
}