Skip to content

Commit efb892d

Browse files
ICN-UNAM: fix layer 1 half-length to 525 cm (Ian/SD Table 16); revert absorber to Geometry 6 (Rext=290 const, step in Rmin)
1 parent 6e1f4f4 commit efb892d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void Detector::createGeometry()
145145
if (standardRadius) {
146146
mLayers.resize(2);
147147
mLayers[0] = MIDLayer(0, GeometryTGeo::composeSymNameLayer(0), 301.f, 500.f);
148-
mLayers[1] = MIDLayer(1, GeometryTGeo::composeSymNameLayer(1), 311.f, 520.f); // arbitrarily reduced to get multiple of 5.2f
148+
mLayers[1] = MIDLayer(1, GeometryTGeo::composeSymNameLayer(1), 311.f, 525.f); // 10 modules x 52.5 cm = 525 cm — matches Ian ref. code and SD Table 16 (10.5 m)
149149
} else if (midParam.mLayout == o2::mi3::MIDLayout::SteppedLayout) {
150150
// Ian Perez Garcia design (ICN-UNAM) — tesis §3.4.7 Geometria 8
151151
// 11 cm gap from absorber outer face to MID layer

Detectors/Upgrades/ALICE3/Passive/src/Absorber.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,8 @@ void Alice3Absorber::ConstructGeometry()
175175
absorings->DefineSection(17, -500, 201, 239);
176176
break;
177177
case o2::passive::DetLayout::SteppedAbsorber:
178-
// Geometria 6 (Antonio/tesis): cara externa plana Rmax=290, escalon hacia adentro.
179-
// Externas 45 cm (Rmin=245), central 70 cm (Rmin=220). ~4 lambda_int en ambas.
180-
// Ref: Ian Perez Garcia DetectorConstruction.cc abs_thickness = {45., 70., 45.}
178+
// Geometria 6 (Ian/tesis): Rext=290 constante, escalon en Rmin.
179+
// Externas 45 cm (Rmin=245), central 70 cm (Rmin=220). Ref: Ian DetectorConstruction.cc abs_thickness={45,70,45}
181180
absorings->DefineSection(0, -500, 245, 290);
182181
absorings->DefineSection(1, -300, 245, 290);
183182
absorings->DefineSection(2, -300, 220, 290);

0 commit comments

Comments
 (0)