diff --git a/PWGMM/Mult/Tasks/effpt-mft.cxx b/PWGMM/Mult/Tasks/effpt-mft.cxx index c4e28459e4e..6cbe7d8461a 100644 --- a/PWGMM/Mult/Tasks/effpt-mft.cxx +++ b/PWGMM/Mult/Tasks/effpt-mft.cxx @@ -30,7 +30,7 @@ using namespace o2; using namespace o2::framework; using namespace o2::framework::expressions; -AxisSpec PtAxis = {1001, -0.005, 10.005}; +//AxisSpec PtAxis = {1001, -0.005, 10.005}; using MFTTracksLabeled = soa::Join; @@ -38,6 +38,7 @@ struct EffPtMFT { Service pdg; Configurable useEvSel{"useEvSel", true, "use event selection"}; + ConfigurableAxis PtAxis{"PtAxis", {1001, -0.0005, 1.0005}, "pt axis for histograms"}; HistogramRegistry registry{ "registry",