Skip to content

Commit 7a24675

Browse files
victor-gonzalezVictor
andauthored
[PWGCF] DptDpt -- Fix for wrong ME collect engine configuration (#9203)
Co-authored-by: Victor <victor@cern.ch>
1 parent 90cddbf commit 7a24675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Tasks/dptdptcorrelations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ struct DptDptCorrelationsTask {
11331133
if (!corrana) {
11341134
LOGF(fatal, "Mixed events makes not sense to run it without correlations, please configure properly!!");
11351135
}
1136-
dataCEME[i] = buildCEInstance(range.Data(), false, false, true);
1136+
dataCEME[i] = buildCEInstance(range.Data(), false, true, true);
11371137
}
11381138
}
11391139
for (int i = 0; i < ncmranges; ++i) {

0 commit comments

Comments
 (0)