We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9617c62 commit 44c3b60Copy full SHA for 44c3b60
1 file changed
Detectors/Upgrades/ITS3/simulation/src/ITS3Services.cxx
@@ -31,8 +31,8 @@ void ITS3Services::createCYSSAssembly(TGeoVolume* motherVolume)
31
32
// Cylinder
33
auto cyssInnerCylSh = new TGeoTubeSeg(constants::services::radiusInner, constants::services::radiusOuter, constants::services::length / 2, 180, 360);
34
- auto medPrepreg = gGeoManager->GetMedium("IT3_AS4C200$");
35
- auto cyssInnerCylShVol = new TGeoVolume("IBCYSSCylinder", cyssInnerCylSh, medPrepreg);
+ auto medRohacell = gGeoManager->GetMedium("IT3_RIST110$");
+ auto cyssInnerCylShVol = new TGeoVolume("IBCYSSCylinder", cyssInnerCylSh, medRohacell);
36
cyssInnerCylShVol->SetLineColor(constants::services::color);
37
cyssVol->AddNode(cyssInnerCylShVol, 1, new TGeoTranslation(0, 0, 0));
38
cyssVol->AddNode(cyssInnerCylShVol, 2, new TGeoCombiTrans(0, 0, 0, new TGeoRotation("", 180, 0, 0)));
0 commit comments