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:
@ -820,6 +820,9 @@ Bool_t PRunAsymmetry::SubtractEstimatedBkg()
|
||||
fBackward[i] -= bkg[1];
|
||||
}
|
||||
|
||||
fRunInfo->SetBkgEstimated(bkg[0], 0);
|
||||
fRunInfo->SetBkgEstimated(bkg[1], 1);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user