Skip to content

Commit 509fe0b

Browse files
authored
[PWGCF] Increment counters for enabled centrality process functions (#9808)
1 parent 009d2b5 commit 509fe0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PWGCF/TableProducer/filterCorrelations.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,15 @@ struct MultiplicitySelector {
328328
if (doprocessFT0C) {
329329
enabledFunctions++;
330330
}
331+
if (doprocessFT0CVariant1) {
332+
enabledFunctions++;
333+
}
331334
if (doprocessFT0A) {
332335
enabledFunctions++;
333336
}
337+
if (doprocessCentNGlobal) {
338+
enabledFunctions++;
339+
}
334340
if (doprocessMCGen) {
335341
enabledFunctions++;
336342
}

0 commit comments

Comments
 (0)