Skip to content

Commit

Permalink
GLO: Add binominal errors to ratios
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
  • Loading branch information
f3sch committed Aug 22, 2024
1 parent 8b3bccf commit eb9413b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/GLO/src/ITSTPCMatchingTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ void ITSTPCMatchingTask::endOfCycle()
ILOG(Error) << "Add operation for denominator histogram of " << name << " failed; efficiency will be skewed" << ENDM;
}
ratio->Sumw2();
ratio->setHasBinominalErrors();
ratio->update();
return ratio;
};
Expand Down

0 comments on commit eb9413b

Please sign in to comment.