Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Detectors/Upgrades/ALICE3/TRK/simulation/src/TRKServices.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ void TRKServices::createMLServicesPeacock(TGeoVolume* motherVolume)
float pePowerAreaD = ITDisknPower * mPowerBundleArea * mPowerBundleComposition[1];

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