@@ -70,17 +70,17 @@ struct MultiplicityPt {
7070 // Service
7171 Service<o2::framework::O2DatabasePDG> pdg;
7272 static constexpr int CentBinMax = 100 ;
73- static constexpr int MultBinMax = 200 ;
74- static constexpr int RecMultBinMax = 100 ;
75- static constexpr int DebugCountMax = 20 ;
76- static constexpr int CentMultClasses = 10 ;
77-
78- enum INELCutSelection : int {
79- INEL = 0 ,
80- INELgt0 = 1 ,
81- INELgt1 = 2
82-
83- };
73+ static constexpr int MultBinMax = 200 ;
74+ static constexpr int RecMultBinMax = 100 ;
75+ static constexpr int DebugCountMax = 20 ;
76+ static constexpr int CentMultClasses = 10 ;
77+
78+ enum INELCutSelection : int {
79+ INEL = 0 ,
80+ INELgt0 = 1 ,
81+ INELgt1 = 2
82+
83+ };
8484
8585 // ===========================================================================
8686 // Configurable Parameters
@@ -175,10 +175,9 @@ struct MultiplicityPt {
175175 kNSpecies = 3
176176 };
177177
178-
179- static constexpr int PDGPion = kPiPlus ;
180- static constexpr int PDGKaon = kKPlus ;
181- static constexpr int PDGProton = kProton ;
178+ static constexpr int PDGPion = kPiPlus ;
179+ static constexpr int PDGKaon = kKPlus ;
180+ static constexpr int PDGProton = kProton ;
182181
183182 // ===========================================================================
184183 // Helper Functions
@@ -420,7 +419,7 @@ void MultiplicityPt::init(InitContext const&)
420419 }
421420
422421 // Axis definitions
423- ConfigurableAxis ptBinning{" ptBinning" , {VARIABLE_WIDTH, 0.1 , 0.12 , 0.14 , 0.16 , 0.18 , 0.2 , 0.25 , 0.3 , 0.35 , 0.4 , 0.45 , 0.5 , 0.55 , 0.6 , 0.65 , 0.7 , 0.75 , 0.8 , 0.85 , 0.9 , 0.95 , 1.0 , 1.1 , 1.2 , 1.3 , 1.4 , 1.5 , 1.6 , 1.7 , 1.8 , 1.9 , 2.0 , 2.1 , 2.2 , 2.3 , 2.4 , 2.5 , 2.6 , 2.7 , 2.8 , 2.9 , 3.0 , 3.2 , 3.4 , 3.6 , 3.8 , 4.0 , 4.5 , 5.0 , 5.5 , 6.0 , 6.5 , 7.0 , 8.0 , 9.0 , 10.0 , 11.0 , 12.0 , 13.0 , 14.0 , 15.0 , 16.0 , 18.0 , 20.0 }, " pT bin limits" };
422+ ConfigurableAxis ptBinning{" ptBinning" , {VARIABLE_WIDTH, 0.1 , 0.12 , 0.14 , 0.16 , 0.18 , 0.2 , 0.25 , 0.3 , 0.35 , 0.4 , 0.45 , 0.5 , 0.55 , 0.6 , 0.65 , 0.7 , 0.75 , 0.8 , 0.85 , 0.9 , 0.95 , 1.0 , 1.1 , 1.2 , 1.3 , 1.4 , 1.5 , 1.6 , 1.7 , 1.8 , 1.9 , 2.0 , 2.1 , 2.2 , 2.3 , 2.4 , 2.5 , 2.6 , 2.7 , 2.8 , 2.9 , 3.0 , 3.2 , 3.4 , 3.6 , 3.8 , 4.0 , 4.5 , 5.0 , 5.5 , 6.0 , 6.5 , 7.0 , 8.0 , 9.0 , 10.0 , 11.0 , 12.0 , 13.0 , 14.0 , 15.0 , 16.0 , 18.0 , 20.0 }, " pT bin limits" };
424423
425424 AxisSpec ptAxis = {ptBinning, " #it{p}_{T} (GeV/#it{c})" };
426425
0 commit comments