Skip to content

Commit 3bfee44

Browse files
committed
changed the pt axis to be a configurable axis
1 parent 04d8a9c commit 3bfee44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGMM/Mult/Tasks/effpt-mft.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@ using namespace o2;
3030
using namespace o2::framework;
3131
using namespace o2::framework::expressions;
3232

33-
AxisSpec PtAxis = {1001, -0.005, 10.005};
33+
//AxisSpec PtAxis = {1001, -0.005, 10.005};
3434

3535
using MFTTracksLabeled = soa::Join<o2::aod::MFTTracks, aod::McMFTTrackLabels>;
3636

3737
struct EffPtMFT {
3838
Service<TDatabasePDG> pdg;
3939

4040
Configurable<bool> useEvSel{"useEvSel", true, "use event selection"};
41+
ConfigurableAxis PtAxis{"PtAxis", {1001, -0.0005, 1.0005}, "pt axis for histograms"};
4142

4243
HistogramRegistry registry{
4344
"registry",

0 commit comments

Comments
 (0)