Skip to content

Commit 0a7c15a

Browse files
author
Maxim Virta
committed
Axis fix
1 parent bb9afd0 commit 0a7c15a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGCF/GenericFramework/Tasks/flowGfwV02.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,7 @@ struct FlowGfwV02 {
427427
AxisSpec multpvAxis = {600, 0, 600, "N_{ch} (PV)"};
428428
AxisSpec dcaZAxis = {200, -2, 2, "DCA_{z} (cm)"};
429429
AxisSpec dcaXYAxis = {200, -0.5, 0.5, "DCA_{xy} (cm)"};
430-
AxisSpec bsAxis = {o2::analysis::gfw::nBootstrap, -0.5, o2::analysis::gfw::nBootstrap - 0.5, "PID"}; // 0 = not identified, 1 = pion, 2 = kaon, 3 = proton
431-
430+
AxisSpec bsAxis = {o2::analysis::gfw::nBootstrap, -0.5, o2::analysis::gfw::nBootstrap - 0.5, "Bootstrap Index"};
432431

433432
registry.add("v02pt", "", {HistType::kTProfile2D, {ptAxis, centAxis}});
434433
registry.add("nchMid", "", {HistType::kTProfile3D, {ptAxis, centAxis, nchAxis}});

0 commit comments

Comments
 (0)