From 2bb7bc984d9eaf804b3fae2c1c28702e74606f22 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Mar 2026 14:35:44 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/TRK/simulation/src/VDLayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/simulation/src/VDLayer.cxx b/Detectors/Upgrades/ALICE3/TRK/simulation/src/VDLayer.cxx index 1f271c373a1ef..a92dcd24d6038 100644 --- a/Detectors/Upgrades/ALICE3/TRK/simulation/src/VDLayer.cxx +++ b/Detectors/Upgrades/ALICE3/TRK/simulation/src/VDLayer.cxx @@ -28,7 +28,7 @@ namespace o2 namespace trk { - // Helper function for floating point comparison +// Helper function for floating point comparison inline bool isFullCircle(double phiSpanDeg, double epsilon = 0.005) { return (std::fabs(phiSpanDeg - 360.0) < epsilon);