Skip to content

Commit e075ac4

Browse files
authored
[PWGLF] heavyionmultiplicity.cxx (#17586)
1 parent 7e64819 commit e075ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/GlobalEventProperties/heavyionMultiplicity.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ struct HeavyionMultiplicity {
494494
auto cent = -1;
495495
if (isApplyCentFT0C) {
496496
cent = col.multMCFT0C();
497-
} else if (isApplyCentFT0M) {
497+
} else if (isApplyCentFT0M || isApplyCentFT0MAnchorCol || isApplyCentFT0MAnchorBC) {
498498
cent = col.multMCFT0C() + col.multMCFT0A();
499499
} else if (isApplyCentFV0A) {
500500
cent = col.multMCFV0A();

0 commit comments

Comments
 (0)