Skip to content

Commit 64ddb8f

Browse files
authored
Fix density value for FT3_Kapton material
1 parent 53a5970 commit 64ddb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/FT3/simulation/src/FT3Module.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void FT3Module::initialize_materials()
5959
copperMat = new TGeoMaterial("FT3_Copper", 63.546, 29, 8.96);
6060
copperMed = new TGeoMedium("FT3_Copper", 2, copperMat);
6161

62-
kaptonMat = new TGeoMaterial("FT3_Kapton", 13.84, 7, 1.346);
62+
kaptonMat = new TGeoMaterial("FT3_Kapton", 13.84, 6.88, 1.346);
6363
kaptonMed = new TGeoMedium("FT3_Kapton", 3, kaptonMat);
6464

6565
// Epoxy: C18 H19 O3

0 commit comments

Comments
 (0)