We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348556d commit 6b320e0Copy full SHA for 6b320e0
PWGCF/JCorran/Tasks/jFlucEfficiencyTask.cxx
@@ -145,7 +145,7 @@ struct JFlucEfficiencyTask {
145
colCuts.setApplyRun2INELgtZERO(EventCuts.cfgEvtRun2INELgtZERO);
146
colCuts.printCuts();
147
148
- if (doprocessDerivedMC || doprocessMC) {
+ if (doprocessDerivedMC || doprocessMC || doprocessMCRun2) {
149
registry.add("hPtGen", "Generated p_{T} (all);p_{T} (GeV/c);Centrality (%);Counts",
150
o2::framework::HistType::kTH2F, {AxisSpec(axisPt), AxisSpec(axisMultiplicity)});
151
registry.add("hEtaGen", "Generated #eta (all);#eta;Centrality (%);Counts",
0 commit comments