Skip to content

Commit 91f1045

Browse files
authored
Adjust axis specifications
1 parent dfa1bb3 commit 91f1045

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/PseudorapidityDensityMFT.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// or submit itself to any jurisdiction.
1111

1212
/// \file PseudorapidityDensityMFT.cxx
13-
/// \author Sarah Herrmann <sarah.herrmann@cern.ch>
1413
/// \author Tulika Tripathy <tulika.tripathy@cern.ch>
14+
/// \author Sarah Herrmann <sarah.herrmann@cern.ch>
1515
/// \brief This code loops over MFT tracks and collisions and fills histograms
1616
/// useful to compute dNdeta
1717

@@ -72,8 +72,8 @@ using namespace o2::aod::rctsel;
7272
const AxisSpec ptAxis = {2001, -0.005, 20.005};
7373
const AxisSpec deltazAxis = {6100, -6.1, 6.1};
7474
const AxisSpec zAxis = {3001, -30.1, 30.1};
75-
const AxisSpec phiAxis = {629, 0, o2::constants::math::TwoPI, "Rad", "phi axis"};
76-
const AxisSpec etaAxis = {18, -4.6, -1.};
75+
const AxisSpec phiAxis = {629, 0, o2::constants::math::TwoPI, "Rad", "phi axis"}; //do not change
76+
const AxisSpec etaAxis = {18, -4.6, -1.}; //do not change
7777
// const AxisSpec dcaXyAxis = {2000, -10, 10};
7878
// const AxisSpec dcaZAxis = {2000, -10, 10};
7979
// const AxisSpec dcaXAxis = {2000, -10, 10};

0 commit comments

Comments
 (0)