Skip to content

Commit bfa50c6

Browse files
committed
Final bug fix
1 parent a9b5d1b commit bfa50c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKServices.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ void TRKServices::createOuterBarrelServices(TGeoVolume* motherVolume)
457457
// Fiber 0.269 cm
458458
const float siO2FiberThick = 0.5 * 0.269;
459459
const float peFiberThick = 0.5 * 0.269;
460-
float rMinOuterBarrelServices = ((TGeoTube*)motherVolume->GetNode(Form("%s10_1", GeometryTGeo::getTRKLayerPattern()))->GetVolume()->GetShape())->GetRmax();
460+
float rMinOuterBarrelServices = ((TGeoTube*)motherVolume->GetNode(Form("%s7_1", GeometryTGeo::getTRKLayerPattern()))->GetVolume()->GetShape())->GetRmax();
461461
const float zLengthOuterBarrelServices = 350.f; // 175cm
462462

463463
TGeoTube* outerBarrelFiberSIO2 = new TGeoTube("TRK_OUTERBARREL_FIBER_SIO2sh", rMinOuterBarrelServices, rMinOuterBarrelServices + siO2FiberThick, zLengthOuterBarrelServices);

0 commit comments

Comments
 (0)