We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd781e6 commit ded52acCopy full SHA for ded52ac
PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx
@@ -467,7 +467,7 @@ struct HeavyionMultiplicity {
467
if (isApplyCentFT0C) {
468
cent = col.multMCFT0C();
469
} else if (isApplyCentFT0M) {
470
- cent = (col.multMCFT0C() + col.multMCFT0A()) / 2.;
+ cent = col.multMCFT0C() + col.multMCFT0A();
471
} else if (isApplyCentFV0A) {
472
cent = col.multMCFV0A();
473
}
0 commit comments