Skip to content

Commit 11286f3

Browse files
committed
Please consider the following formatting changes
1 parent a8cd6d3 commit 11286f3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation/VDGeometryBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace o2::trk
2525
// and then places/rotates the petal once into the mother volume.
2626

2727
void createIRISGeometryFullCyl(TGeoVolume* motherVolume); // Full-cylinder IRIS geometry (no petals, no gaps, no side walls)
28-
void createIRISGeometry3InclinedWalls(TGeoVolume* motherVolume); // Full-cylinder IRIS geometry with 3 inclined walls
28+
void createIRISGeometry3InclinedWalls(TGeoVolume* motherVolume); // Full-cylinder IRIS geometry with 3 inclined walls
2929
void createIRISGeometryFullCylwithDisks(TGeoVolume* motherVolume); // Full-cylinder IRIS geometry (no petals, no gaps, no side walls) incl. disks
3030
void createIRIS4Geometry(TGeoVolume* motherVolume); // 4 petals, cylindrical L0
3131
void createIRIS4aGeometry(TGeoVolume* motherVolume); // 3 petals, cylindrical L0

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@ static void addInclinedWalls3FullCyl(TGeoVolume* petalAsm, double phi0_deg = kIn
856856
const double R1_out = R1 + h;
857857
const double R2_in = R2 - h;
858858

859-
860859
// Tangency radius choice
861860
const double Rtan = R0_out + wallDy + clearanceMargin;
862861
const double Reff_plus = Rtan + wallDy + clearanceMargin;

0 commit comments

Comments
 (0)