Skip to content

Commit 02f1bba

Browse files
committed
Restore S_count metric to mass fit histograms
1 parent be724be commit 02f1bba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGHF/D2H/Macros/HFInvMassFitter.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ void HFInvMassFitter::drawFit(TVirtualPad* pad, const std::vector<std::string>&
578578
textFitMetrics->SetTextSize(0.04);
579579
textFitMetrics->SetTextAlign(33);
580580
textFitMetrics->AddText(Form("S = %.0f #pm %.0f ", mRawYield, mRawYieldErr));
581+
textFitMetrics->AddText(Form("S_{count} = %.0f #pm %.0f ", mRawYieldCounted, mRawYieldCountedErr));
581582
if (mTypeOfBkgPdf != NoBkg) {
582583
textFitMetrics->AddText(Form("B (%d#sigma) = %.0f #pm %.0f", mNSigmaForSidebands, mBkgYield, mBkgYieldErr));
583584
textFitMetrics->AddText(Form("S/B (%d#sigma) = %.4g ", mNSigmaForSidebands, mRawYield / mBkgYield));

0 commit comments

Comments
 (0)