@@ -140,13 +140,13 @@ class ITSClusterTask : public TaskInterface
140140 int minColSpanLongCluster = 128 ; // driven by o2::itsmft::ClusterPattern::MaxColSpan = 128
141141 int maxRowSpanLongCluster = 29 ;
142142
143- const int mNStaves [NLayer] = { 12 , 16 , 20 , 24 , 30 , 42 , 48 };
144- const int mNHicPerStave [NLayer] = { 1 , 1 , 1 , 8 , 8 , 14 , 14 };
145- const int mNChipsPerHic [NLayer] = { 9 , 9 , 9 , 14 , 14 , 14 , 14 };
146- const int mNLanePerHic [NLayer] = { 3 , 3 , 3 , 2 , 2 , 2 , 2 };
147- const int ChipBoundary[NLayer + 1 ] = { 0 , 108 , 252 , 432 , 3120 , 6480 , 14712 , 24120 };
148- const int StaveBoundary[NLayer + 1 ] = { 0 , 12 , 28 , 48 , 72 , 102 , 144 , 192 };
149- const float mLength [NLayer] = { 14 ., 14 ., 14 ., 43 ., 43 ., 74 ., 74 . };
143+ static constexpr int mNStaves [NLayer] = { 12 , 16 , 20 , 24 , 30 , 42 , 48 };
144+ static constexpr int mNHicPerStave [NLayer] = { 1 , 1 , 1 , 8 , 8 , 14 , 14 };
145+ static constexpr int mNChipsPerHic [NLayer] = { 9 , 9 , 9 , 14 , 14 , 14 , 14 };
146+ static constexpr int mNLanePerHic [NLayer] = { 3 , 3 , 3 , 2 , 2 , 2 , 2 };
147+ static constexpr int ChipBoundary[NLayer + 1 ] = { 0 , 108 , 252 , 432 , 3120 , 6480 , 14712 , 24120 };
148+ static constexpr int StaveBoundary[NLayer + 1 ] = { 0 , 12 , 28 , 48 , 72 , 102 , 144 , 192 };
149+ static constexpr float mLength [NLayer] = { 14 ., 14 ., 14 ., 43 ., 43 ., 74 ., 74 . };
150150 const std::string mYlabels [NLayer * 2 ] = { " L6B(S24#rightarrow47)" , " L5B(S21#rightarrow41)" , " L4B(S15#rightarrow29)" , " L3B(S12#rightarrow23)" , " L2B(S10#rightarrow19)" , " L1B(S08#rightarrow15)" , " L0B(S06#rightarrow11)" , " L0T(S00#rightarrow05)" , " L1T(S00#rightarrow07)" , " L2T(S00#rightarrow09)" , " L3T(S00#rightarrow11)" , " L4T(S00#rightarrow14)" , " L5T(S00#rightarrow20)" , " L6T(S00#rightarrow23)" };
151151
152152 int mEnableLayers [NLayer] = { 0 };
0 commit comments