Skip to content

Commit bc5fa6c

Browse files
authored
[PWGLF] Fixed the Nch mult != 0 bug. (#12301)
1 parent fb3c7fd commit bc5fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/GlobalEventProperties/uccZdc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ struct UccZdc {
838838

839839
// apply corrections
840840
if (applyEff || applyFD) {
841-
841+
nchMult = 0.;
842842
loadCorrections(foundBC.timestamp());
843843
if (!(cfg.hEfficiency && cfg.hFeedDown))
844844
return;

0 commit comments

Comments
 (0)