Skip to content

Commit 0441d3e

Browse files
authored
Change kaptonMat type from TGeoMaterial to TGeoMixture
1 parent f8f0ac5 commit 0441d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/Upgrades/ALICE3/TRKFT3/FT3/simulation/include/FT3Simulation

Detectors/Upgrades/ALICE3/TRKFT3/FT3/simulation/include/FT3Simulation/FT3Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class FT3Module
3838
static TGeoMedium* siliconMed;
3939
static TGeoMaterial* copperMat;
4040
static TGeoMedium* copperMed;
41-
static TGeoMaterial* kaptonMat;
41+
static TGeoMixture* kaptonMat;
4242
static TGeoMedium* kaptonMed;
4343
static TGeoMaterial* epoxyMat;
4444
static TGeoMedium* epoxyMed;

0 commit comments

Comments
 (0)