Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGEM/PhotonMeson/Tasks/taskPi0FlowEMC.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ struct TaskPi0FlowEMC {
const AxisSpec thAxisAlpha{100, -1., +1, "#alpha"};
const AxisSpec thAxisMult{1000, 0., +1000, "#it{N}_{ch}"};
const AxisSpec thAxisEnergy{1000, 0., 100., "#it{E}_{clus} (GeV)"};
const AxisSpec thAxisEnergyCalib{100, 0., 20., "#it{E}_{clus} (GeV)"};
const AxisSpec thAxisEnergyCalib{400, 0., 20., "#it{E}_{clus} (GeV)"};
const AxisSpec thAxisTime{1500, -600, 900, "#it{t}_{cl} (ns)"};
const AxisSpec thAxisEta{320, -0.8, 0.8, "#eta"};
const AxisSpec thAxisPhi{500, 0, 2 * 3.14159, "phi"};
Expand Down
Loading