first ready version of musrt0

This commit is contained in:
nemu
2009-03-31 11:22:20 +00:00
parent 41264e9eee
commit 4b561aa598
5 changed files with 14 additions and 12 deletions

View File

@ -436,7 +436,6 @@ bool PRunAsymmetry::PrepareData()
}
// subtract background from histogramms ------------------------------------------
cout << endl << ">> fBkgFix.size() = " << fRunInfo->fBkgFix.size() << ", fBkgRange.size() = " << fRunInfo->fBkgRange.size() << endl;
if (fRunInfo->fBkgFix.size() == 0) { // no fixed background given
if (fRunInfo->fBkgRange.size() != 0) {
if (!SubtractEstimatedBkg())