Skip to content

Commit 44c3b60

Browse files
committed
ITS3: fix service material
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 9617c62 commit 44c3b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ITS3/simulation/src/ITS3Services.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ void ITS3Services::createCYSSAssembly(TGeoVolume* motherVolume)
3131

3232
// Cylinder
3333
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);
34+
auto medRohacell = gGeoManager->GetMedium("IT3_RIST110$");
35+
auto cyssInnerCylShVol = new TGeoVolume("IBCYSSCylinder", cyssInnerCylSh, medRohacell);
3636
cyssInnerCylShVol->SetLineColor(constants::services::color);
3737
cyssVol->AddNode(cyssInnerCylShVol, 1, new TGeoTranslation(0, 0, 0));
3838
cyssVol->AddNode(cyssInnerCylShVol, 2, new TGeoCombiTrans(0, 0, 0, new TGeoRotation("", 180, 0, 0)));

0 commit comments

Comments
 (0)