We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a5970 commit 64ddb8fCopy full SHA for 64ddb8f
1 file changed
Detectors/Upgrades/ALICE3/FT3/simulation/src/FT3Module.cxx
@@ -59,7 +59,7 @@ void FT3Module::initialize_materials()
59
copperMat = new TGeoMaterial("FT3_Copper", 63.546, 29, 8.96);
60
copperMed = new TGeoMedium("FT3_Copper", 2, copperMat);
61
62
- kaptonMat = new TGeoMaterial("FT3_Kapton", 13.84, 7, 1.346);
+ kaptonMat = new TGeoMaterial("FT3_Kapton", 13.84, 6.88, 1.346);
63
kaptonMed = new TGeoMedium("FT3_Kapton", 3, kaptonMat);
64
65
// Epoxy: C18 H19 O3
0 commit comments