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 45725c5 commit c2a9673Copy full SHA for c2a9673
1 file changed
PWGCF/Femto/FemtoNuclei/Tasks/piDeFemtoSystematics.cxx
@@ -229,9 +229,9 @@ struct PiDeFemtoSystematics {
229
registry.add("Pairs/hMELowKstarYield", "ME low-kstar yield;pair channel;Entries",
230
HistType::kTH1F, {channelAxis});
231
registry.add("Pairs/hCPRBefore", "CPR before selection;#Delta#eta;#Delta#varphi^{*}",
232
- HistType::kTH2F, {{160, -2., 2.}, {160, -3.2, 3.2}});
+ HistType::kTH2F, {{300, -0.15, 0.15}, {400, -0.2, 0.2}});
233
registry.add("Pairs/hCPRAfter", "CPR after selection;#Delta#eta;#Delta#varphi^{*}",
234
235
registry.add("Event/hCounter", "Event selection;step;Entries",
236
HistType::kTH1F, {{3, -0.5, 2.5}});
237
registry.add("Event/hVertexZ", "Selected collision vertex;z (cm);Entries",
0 commit comments