Skip to content

Commit 92fb65d

Browse files
authored
[PWGUD] fix for upcRhoAnalysis.cxx (#14008)
1 parent 6a1ef0f commit 92fb65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/upcRhoAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ struct UpcRhoAnalysis {
293293
rSystem.addClone("system/selected/AnAn/", "system/selected/0nXn/");
294294
rSystem.addClone("system/selected/AnAn/", "system/selected/XnXn/");
295295

296-
if (context.mOptions.get<bool>("processMCdata")) {
296+
if (context.mOptions.get<bool>("processMCdata") || context.mOptions.get<bool>("processMCdataWithBCs")) {
297297
// MC
298298
// collisions
299299
rMC.add("MC/collisions/hPosXY", ";vertex #it{x} (cm);vertex #it{y} (cm);counts", kTH2D, {{2000, -0.1, 0.1}, {2000, -0.1, 0.1}});

0 commit comments

Comments
 (0)