Skip to content

Commit ded52ac

Browse files
authored
Update heavyionMultiplicity.cxx
removed /2 in MC FT0M multiplicity calculation
1 parent cd781e6 commit ded52ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ struct HeavyionMultiplicity {
467467
if (isApplyCentFT0C) {
468468
cent = col.multMCFT0C();
469469
} else if (isApplyCentFT0M) {
470-
cent = (col.multMCFT0C() + col.multMCFT0A()) / 2.;
470+
cent = col.multMCFT0C() + col.multMCFT0A();
471471
} else if (isApplyCentFV0A) {
472472
cent = col.multMCFV0A();
473473
}

0 commit comments

Comments
 (0)