From cf52b0e91da99c147415965ffe1b5dea8082a667 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 4 Jul 2025 15:32:03 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ITS3/macros/test/CreateDictionariesITS3.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Upgrades/ITS3/macros/test/CreateDictionariesITS3.C b/Detectors/Upgrades/ITS3/macros/test/CreateDictionariesITS3.C index 2645af13c2399..a715f6c441918 100644 --- a/Detectors/Upgrades/ITS3/macros/test/CreateDictionariesITS3.C +++ b/Detectors/Upgrades/ITS3/macros/test/CreateDictionariesITS3.C @@ -323,7 +323,7 @@ void CreateDictionariesITS3(bool saveDeltas = true, if (saveDeltas) { auto vectDiff = xyzLocE - xyzLocS; auto theta = std::acos(vectDiff.Z() / std::hypot(vectDiff.X(), vectDiff.Y(), vectDiff.Z())); - auto eta = -std::log(std::tan(theta/2)); + auto eta = -std::log(std::tan(theta / 2)); if (ib) { LOGP(info, "Yhit flat start: {}, end: {}, middle: {}", xyzLocS.Y(), xyzLocE.Y(), xyzLocM.Y()); }