From 3bfee44fd616fcad678da102166a902bc8406873 Mon Sep 17 00:00:00 2001 From: sarahherrmann <83958698+sarahherrmann@users.noreply.github.com> Date: Mon, 11 Jul 2022 10:30:30 +0200 Subject: [PATCH] changed the pt axis to be a configurable axis --- PWGMM/Mult/Tasks/effpt-mft.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",