We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254de9b commit b748c7eCopy full SHA for b748c7e
DPG/Tasks/AOTEvent/timeDependentQa.cxx
@@ -769,7 +769,7 @@ struct TimeDependentQaTask {
769
histos.fill(HIST("multDistributions/hSecondsDistrZNA"), secFromSOR, col.multZNA());
770
histos.fill(HIST("multDistributions/hSecondsDistrZNC"), secFromSOR, col.multZNC());
771
float ZNdiff = col.multZNA() - col.multZNC();
772
- float ZNsum = col.multZNA() - col.multZNC();
+ float ZNsum = col.multZNA() + col.multZNC();
773
histos.fill(HIST("multDistributions/hSecondsDistrZNACdiff"), secFromSOR, ZNdiff);
774
if (ZNsum > 0)
775
histos.fill(HIST("multDistributions/hSecondsDistrZNACdiffNorm"), secFromSOR, ZNdiff / ZNsum);
0 commit comments