Skip to content

Commit 580474d

Browse files
committed
support nch/cent axis switch in multiplet
1 parent 2ae416c commit 580474d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/GenericFramework/Tasks/flowGfwNonflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ struct FlowGfwNonflow {
420420
delete oba;
421421

422422
// Identify unique multiplet setups and populate with identifying keys
423-
identifyUniqueMultipletKeys(multipletKeys, corrconfigs, centAxis); // For now keep centrality axis hardcoded
423+
identifyUniqueMultipletKeys(multipletKeys, corrconfigs, multAxis);
424424
LOGF(info, "Unique multiplet keys for current configuration setup");
425425
for (const auto& key : multipletKeys) {
426426
LOGF(info, key);

0 commit comments

Comments
 (0)