Skip to content

Commit c19b01b

Browse files
committed
Please consider the following formatting changes
1 parent 3c6fbd5 commit c19b01b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void TRKServices::registerVacuum(TGeoVolume* motherVolume)
175175
// Add the vacuum to the barrel
176176
vacuumVolume->SetLineColor(kAzure + 7);
177177
vacuumVolume->SetTransparency(80);
178-
178+
179179
motherVolume->AddNode(vacuumVolume, 1, new TGeoTranslation(0, 0, 0));
180180
}
181181

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ inline void buildIrisCutoutFromPetalSolid(int nPetals)
208208
} // namespace
209209

210210
// =================== Specs & constants (ROOT units: cm) ===================
211-
static constexpr double kX2X0 = 0.001f; // 0.1% X0 per layer
211+
static constexpr double kX2X0 = 0.001f; // 0.1% X0 per layer
212212
static constexpr double kLenZ_cm = 50.0f; // L0/L1/L2 Z length
213213

214214
// Radii (cm)

0 commit comments

Comments
 (0)