|
10 | 10 | // or submit itself to any jurisdiction. |
11 | 11 |
|
12 | 12 | /// \file PseudorapidityDensityMFT.cxx |
13 | | -/// \author Sarah Herrmann <sarah.herrmann@cern.ch> |
14 | 13 | /// \author Tulika Tripathy <tulika.tripathy@cern.ch> |
| 14 | +/// \author Sarah Herrmann <sarah.herrmann@cern.ch> |
15 | 15 | /// \brief This code loops over MFT tracks and collisions and fills histograms |
16 | 16 | /// useful to compute dNdeta |
17 | 17 |
|
@@ -72,8 +72,8 @@ using namespace o2::aod::rctsel; |
72 | 72 | const AxisSpec ptAxis = {2001, -0.005, 20.005}; |
73 | 73 | const AxisSpec deltazAxis = {6100, -6.1, 6.1}; |
74 | 74 | 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 |
77 | 77 | // const AxisSpec dcaXyAxis = {2000, -10, 10}; |
78 | 78 | // const AxisSpec dcaZAxis = {2000, -10, 10}; |
79 | 79 | // const AxisSpec dcaXAxis = {2000, -10, 10}; |
|
0 commit comments