Skip to content

Commit c24805d

Browse files
committed
Detector
1 parent 8f0e8f1 commit c24805d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/src/Detector.cxx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,12 @@ void Detector::buildTRKMiddleOuterLayers()
101101

102102
mLayers.clear();
103103

104-
<<<<<<< HEAD
105104
switch (trkPars.overallGeom) {
106105
case kDefaultRadii:
107106
// Build the TRK detector according to changes proposed during
108107
// https://indico.cern.ch/event/1407704/
109108
// to adhere to the changes that were presented at the ALICE 3 Upgrade days in March 2024
110109
// L3 -> 7 cm, L4 -> 9 cm, L5 -> 12 cm, L6 -> 20 cm
111-
=======
112-
LOGP(warning, "Loading \"After Upgrade Days March 2024\" configuration for ALICE3 TRK");
113-
mLayers.emplace_back(0, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(0)}, 7.f, 124.f, 100.e-3);
114-
LOGP(info, "TRKLayer created. Name: {}", std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(0)});
115-
mLayers.emplace_back(1, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(1)}, 9.f, 124.f, 100.e-3);
116-
mLayers.emplace_back(2, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(2)}, 12.f, 124.f, 100.e-3);
117-
mLayers.emplace_back(3, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(3)}, 20.f, 124.f, 100.e-3);
118-
mLayers.emplace_back(4, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(4)}, 30.f, 124.f, 100.e-3);
119-
mLayers.emplace_back(5, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(5)}, 45.f, 258.f, 100.e-3);
120-
mLayers.emplace_back(6, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(6)}, 60.f, 258.f, 100.e-3);
121-
mLayers.emplace_back(7, std::string{GeometryTGeo::getTRKLayerPattern() + std::to_string(7)}, 80.f, 258.f, 100.e-3);
122-
>>>>>>> upstream/dev
123110

124111
LOGP(warning, "Loading \"After Upgrade Days March 2024\" configuration for ALICE3 TRK");
125112
LOGP(warning, "Building TRK with new vacuum vessel and L3 at 7 cm, L4 at 9 cm, L5 at 12 cm, L6 at 20 cm");

0 commit comments

Comments
 (0)