Skip to content

Commit 8a3ddd1

Browse files
committed
clang-format
1 parent ddba9e0 commit 8a3ddd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)