Skip to content

Commit 21c22c4

Browse files
committed
[PWGEM] taskPi0FlowEMC.cxx: increase energy binning for calibration
- Increase energy binning from `100, 0, 20.` to `400, 0., 20.`
1 parent a14f992 commit 21c22c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ struct TaskPi0FlowEMC {
311311
const AxisSpec thAxisAlpha{100, -1., +1, "#alpha"};
312312
const AxisSpec thAxisMult{1000, 0., +1000, "#it{N}_{ch}"};
313313
const AxisSpec thAxisEnergy{1000, 0., 100., "#it{E}_{clus} (GeV)"};
314-
const AxisSpec thAxisEnergyCalib{100, 0., 20., "#it{E}_{clus} (GeV)"};
314+
const AxisSpec thAxisEnergyCalib{400, 0., 20., "#it{E}_{clus} (GeV)"};
315315
const AxisSpec thAxisTime{1500, -600, 900, "#it{t}_{cl} (ns)"};
316316
const AxisSpec thAxisEta{320, -0.8, 0.8, "#eta"};
317317
const AxisSpec thAxisPhi{500, 0, 2 * 3.14159, "phi"};

0 commit comments

Comments
 (0)