Skip to content

Commit 6b320e0

Browse files
authored
[PWGCF] JFlucEfficiencyTask - Add MC histo flag check for run2 (#10706)
1 parent 348556d commit 6b320e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/JCorran/Tasks/jFlucEfficiencyTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct JFlucEfficiencyTask {
145145
colCuts.setApplyRun2INELgtZERO(EventCuts.cfgEvtRun2INELgtZERO);
146146
colCuts.printCuts();
147147

148-
if (doprocessDerivedMC || doprocessMC) {
148+
if (doprocessDerivedMC || doprocessMC || doprocessMCRun2) {
149149
registry.add("hPtGen", "Generated p_{T} (all);p_{T} (GeV/c);Centrality (%);Counts",
150150
o2::framework::HistType::kTH2F, {AxisSpec(axisPt), AxisSpec(axisMultiplicity)});
151151
registry.add("hEtaGen", "Generated #eta (all);#eta;Centrality (%);Counts",

0 commit comments

Comments
 (0)