Skip to content

Commit c2a9673

Browse files
authored
Update piDeFemtoSystematics.cxx
1 parent 45725c5 commit c2a9673

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Femto/FemtoNuclei/Tasks/piDeFemtoSystematics.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ struct PiDeFemtoSystematics {
229229
registry.add("Pairs/hMELowKstarYield", "ME low-kstar yield;pair channel;Entries",
230230
HistType::kTH1F, {channelAxis});
231231
registry.add("Pairs/hCPRBefore", "CPR before selection;#Delta#eta;#Delta#varphi^{*}",
232-
HistType::kTH2F, {{160, -2., 2.}, {160, -3.2, 3.2}});
232+
HistType::kTH2F, {{300, -0.15, 0.15}, {400, -0.2, 0.2}});
233233
registry.add("Pairs/hCPRAfter", "CPR after selection;#Delta#eta;#Delta#varphi^{*}",
234-
HistType::kTH2F, {{160, -2., 2.}, {160, -3.2, 3.2}});
234+
HistType::kTH2F, {{300, -0.15, 0.15}, {400, -0.2, 0.2}});
235235
registry.add("Event/hCounter", "Event selection;step;Entries",
236236
HistType::kTH1F, {{3, -0.5, 2.5}});
237237
registry.add("Event/hVertexZ", "Selected collision vertex;z (cm);Entries",

0 commit comments

Comments
 (0)