From 18fd5a9b9cbaf7b9580ccfd2ad00882abc56f865 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 22 Jul 2026 10:47:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- Generators/src/TPCLoopers.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Generators/src/TPCLoopers.cxx b/Generators/src/TPCLoopers.cxx index e200ae7036583..a587f1fc8d1c9 100644 --- a/Generators/src/TPCLoopers.cxx +++ b/Generators/src/TPCLoopers.cxx @@ -136,9 +136,9 @@ namespace // // No cut is applied on z because loopers spiral the field lines and a vertex as far as |z| = 283 cm // feeds hits into the gas. A cut here would discard loopers that produce TPC signals. -constexpr double kFcLxIn = 82.428409; // cm, inner field cage strips -constexpr double kRodROut = 254.25 + 2.2; // cm, outer field cage rods plus their radial size -constexpr double kLooperRadialReach = 10.; // cm, margin for the helix sweep +constexpr double kFcLxIn = 82.428409; // cm, inner field cage strips +constexpr double kRodROut = 254.25 + 2.2; // cm, outer field cage rods plus their radial size +constexpr double kLooperRadialReach = 10.; // cm, margin for the helix sweep constexpr double kTPCActiveRMin = kFcLxIn - kLooperRadialReach; constexpr double kTPCActiveRMax = kRodROut + kLooperRadialReach; } // namespace @@ -154,7 +154,7 @@ void GenTPCLoopers::setGeomProtection(bool protect) mGeomProtection = protect; if (mGeomProtection) { LOG(debug) << "TPC loopers geometrical protection: ON (accepting vertices with " - << kTPCActiveRMin << " <= Vt <= " << kTPCActiveRMax << " cm)"; + << kTPCActiveRMin << " <= Vt <= " << kTPCActiveRMax << " cm)"; } else { LOG(warning) << "TPC loopers geometrical protection: OFF - loopers will be generated outside the TPC active volume as well."; }