@@ -97,7 +97,7 @@ void Detector::configMLOT()
9797
9898 switch (trkPars.layoutMLOT ) {
9999 case kCylindrical : {
100- const std::vector<float > length{128 . 35f , 128 . 35f , 128 . 35f , 128 . 35f , 128 . 35f , 256 . 7f , 256 . 7f , 256 . 7f };
100+ const std::vector<float > length{127 . 985f , 127 . 985f , 127 . 985f , 127 . 985f , 127 . 985f , 255 . 9f , 255 . 9f , 255 . 9f };
101101 LOGP (warning, " Loading cylindrical configuration for ALICE3 TRK" );
102102 for (int i{0 }; i < 8 ; ++i) {
103103 std::string name = GeometryTGeo::getTRKLayerPattern () + std::to_string (i);
@@ -110,7 +110,7 @@ void Detector::configMLOT()
110110 // const std::vector<float> tiltAngles{10.f, 16.1f, 19.2f, 0.f, 0.f, 0.f, 0.f, 0.f};
111111 const std::vector<int > nStaves{10 , 14 , 18 , 26 , 38 , 32 , 42 , 56 };
112112 // const std::vector<int> nStaves{10, 16, 22, 26, 38, 32, 42, 56};
113- const std::vector<int > nMods{10 , 10 , 10 , 10 , 10 , 20 , 20 , 20 };
113+ const std::vector<int > nMods{11 , 11 , 11 , 11 , 11 , 22 , 22 , 22 };
114114
115115 const std::vector<float > stagOffsets{0 .f , 0 .f , 0 .f , 1 .17f , 0 .89f };
116116
0 commit comments