Skip to content

Commit 20f045c

Browse files
authored
Merge pull request #4 from alibuild/alibot-cleanup-15395
Please consider the following formatting changes to #15395
2 parents 9d054da + f86a9f4 commit 20f045c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -625,11 +625,11 @@ void TRKServices::createMLServicesPeacock(TGeoVolume* motherVolume)
625625
motherVolume->AddNode(middleBarrelCarbonSupportVolume, 1, nullptr);
626626

627627
// Get geometry information from TRK which is already present
628-
float rMinMiddleServices = 38.0f; // cm, start radius of the ML services = maximum radius allowed for sensors (35 cm), plus some margin for disk paving with modules
629-
const float zMiddleServicesBarrel = 64.5f; // cm, z position of the first barrel ML service disk
628+
float rMinMiddleServices = 38.0f; // cm, start radius of the ML services = maximum radius allowed for sensors (35 cm), plus some margin for disk paving with modules
629+
const float zMiddleServicesBarrel = 64.5f; // cm, z position of the first barrel ML service disk
630630
const float zMiddleServicesBarrelFwdConnection = 143.f; // cm, z position of barrel to forward connection services
631631
const float zLengthCylinderMiddleServicesBarrel = zMiddleServicesBarrelFwdConnection - zMiddleServicesBarrel;
632-
632+
633633
const float zStartServicesForMiddleDisks = 77.0f; // cm, starting z position of ML disk services, assumed to be the same as of the first ML disk
634634
const float zLengthCylinderMiddleServicesDisk = zMiddleServicesBarrelFwdConnection - zStartServicesForMiddleDisks;
635635

@@ -759,8 +759,8 @@ void TRKServices::createMLServicesPeacock(TGeoVolume* motherVolume)
759759
// Barrel to forward connection disks
760760
// A side: barrel + disk services
761761
// C side: only disk services
762-
float rMaxMiddleServicesBarFwd = 74.5f; // TODO: add thickness of service barrels
763-
float rMinMiddleBarrel = rMinMiddleServices; // min radius of the service disk
762+
float rMaxMiddleServicesBarFwd = 74.5f; // TODO: add thickness of service barrels
763+
float rMinMiddleBarrel = rMinMiddleServices; // min radius of the service disk
764764
diskCircumference = rMaxMiddleServicesBarFwd * 3.14; // Only half of the area is used
765765
for (auto& orientation : {Orientation::kASide, Orientation::kCSide}) {
766766
float refAngle = 0;

0 commit comments

Comments
 (0)