Skip to content

Commit 6e23516

Browse files
Igor AltsybeevIgor Altsybeev
authored andcommitted
adjust spacing
1 parent 87bd30b commit 6e23516

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ void TRKServices::createMLServicesPeacock(TGeoVolume* motherVolume)
556556
float pePowerAreaD = ITDisknPower * mPowerBundleArea * mPowerBundleComposition[1];
557557

558558
// Carbon Fiber Cylinder support for the middle tracker
559-
float rMinMiddleCarbonSupport = 38.5f; // cm, from Corrado's drawing
560-
float rMaxMiddleCarbonSupport = 39.0f; // 5 mm of carbon fiber
559+
float rMinMiddleCarbonSupport = 38.5f; // cm, from Corrado's drawing
560+
float rMaxMiddleCarbonSupport = 39.0f; // 5 mm of carbon fiber
561561
const float zLengthMiddleCarbon = 282.f; // cm, to cover the full length of ML barrel and disks, from Corrado's drawing
562562
TGeoTube* middleBarrelCarbonSupport = new TGeoTube("TRK_MID_CARBONSUPPORTsh", rMinMiddleCarbonSupport, rMaxMiddleCarbonSupport, zLengthMiddleCarbon / 2.);
563563
TGeoVolume* middleBarrelCarbonSupportVolume = new TGeoVolume("TRK_MID_CARBONSUPPORT", middleBarrelCarbonSupport, medCFiber);

0 commit comments

Comments
 (0)