Skip to content

Commit 70ca1a2

Browse files
fcolamarfcolamaralibuild
authored
[ALICE3] Updated ALICE 3 IRIS coldplate in O2 geometry (#15198)
* Updated ALICE 3 IRIS coldplate in O2 geometry * Please consider the following formatting changes --------- Co-authored-by: fcolamar <fabio.colamaria@cern.ch> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent ae084c7 commit 70ca1a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void TRKServices::createMaterials()
108108
matmgr.Material("ALICE3_TRKSERVICES", 73, "BERYLLIUM", 9.01, 4., 1.848, 35.3, 36.7); // Beryllium - Candidate for IRIS vacuum vessel
109109
matmgr.Mixture("ALICE3_TRKSERVICES", 74, "ALUMINIUM5083", aAl5083, zAl5083, dAl5083, 9, wAl5083); // AL5083 - Candidate for IRIS vacuum vessel
110110
matmgr.Mixture("ALICE3_TRKSERVICES", 75, "ALUMINIUMBERYLLIUMMETAL", aAlBeMet, zAlBeMet, dAlBeMet, 2, wAlBeMet); // Aluminium-Beryllium metal - Candidate for IRIS vacuum vessel
111-
matmgr.Material("ALICE3_TRKSERVICES", 76, "CARBONFIBERM55J6K", 12.0107, 6, 1.92, 999, 999); // Carbon Fiber M55J
111+
matmgr.Material("ALICE3_TRKSERVICES", 76, "CARBONFIBERM55J6K", 12.0107, 6, 1.92, 22.4, 999); // Carbon Fiber M55J
112112
matmgr.Mixture("ALICE3_PIPE", 77, "VACUUM", aAir, zAir, dAir1, 4, wAir);
113113

114114
matmgr.Medium("ALICE3_TRKSERVICES", 1, "CERAMIC", 66, 0, ifield, fieldm, tmaxfd, stemax, deemax, epsil, stmin); // Ceramic for cold plate

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ static constexpr double kInclinedWallPhi0_deg = 27.799f;
272272
static constexpr double kInclinedWallRmax_cm = 4.75f; // 47.5 mm outer extension
273273

274274
// Coldplate specs (cm)
275-
static constexpr double kColdplateRadius_cm = 2.6f; // 26 mm (outer radius)
276-
static constexpr double kColdplateThickness_cm = 0.15f; // 1.5 mm
275+
static constexpr double kColdplateRadius_cm = 2.6f; // 26 mm (inner radius)
276+
static constexpr double kColdplateThickness_cm = 0.02f; // 1.5 mm
277277
static constexpr double kColdplateZ_cm = 50.0f; // full length
278278

279279
// ========== φ-span helpers (gap/arc → degrees) ==========

0 commit comments

Comments
 (0)