1 parent 7e64819 commit e075ac4Copy full SHA for e075ac4
1 file changed
PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx
@@ -494,7 +494,7 @@ struct HeavyionMultiplicity {
494
auto cent = -1;
495
if (isApplyCentFT0C) {
496
cent = col.multMCFT0C();
497
- } else if (isApplyCentFT0M) {
+ } else if (isApplyCentFT0M || isApplyCentFT0MAnchorCol || isApplyCentFT0MAnchorBC) {
498
cent = col.multMCFT0C() + col.multMCFT0A();
499
} else if (isApplyCentFV0A) {
500
cent = col.multMCFV0A();
0 commit comments