Skip to content

Commit 3554ddd

Browse files
[ALICE3] Magnet: improve WindingPack material documentation
1 parent b4c56ed commit 3554ddd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ void Alice3Magnet::createMaterials()
9999
matmgr.Medium("ALICE3_MAGNET", 9, "ALUMINIUM", 9, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
100100
matmgr.Medium("ALICE3_MAGNET", 19, "COPPER", 19, 0, isxfld, sxmgmx, tmaxfd, stemax, deemax, epsil, stmin);
101101

102-
// WindingPack: NbTi+Cu+Al composite (Arnaud report v0.2)
102+
// WindingPack: effective composite material (NbTi:Cu:Al = 1:1:24 by area)
103+
// Combines NbTi/Cu superconducting cable and Al stabiliser as a single effective medium
104+
// Based on ICN-UNAM standalone simulation (I. Perez Garcia)
103105
// Mass fractions: NbTi=8.10% (Nb=4.05%, Ti=4.05%), Cu=11.18%, Al=80.72%
104106
// Density: 2.96 g/cm3
105107
float aWP[4] = {92.90638f, 47.867f, 63.546f, 26.982f};

0 commit comments

Comments
 (0)