From aa1b606c746c7c0970ddbd26322ab0fc95bf1acc Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 20 Mar 2026 17:13:28 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Upgrades/ALICE3/TRK/macros/test/CheckDigits.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckDigits.C b/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckDigits.C index 4601b93f20a67..ec1adf500f562 100644 --- a/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckDigits.C +++ b/Detectors/Upgrades/ALICE3/TRK/macros/test/CheckDigits.C @@ -265,9 +265,9 @@ void CheckDigits(std::string digifile = "trkdigits.root", std::string hitfile = auto xyzLocE = gman->getMatrixL2G(chipID) ^ (hit.GetPos()); // inverse conversion from global to local auto xyzLocS = gman->getMatrixL2G(chipID) ^ (hit.GetPosStart()); -// Hit local reference: Both VD and MLOT use response-plane interpolation (in flat local frame). + // Hit local reference: Both VD and MLOT use response-plane interpolation (in flat local frame). // For VD, transform curved → flat first, then interpolate. - o2::math_utils::Vector3D locH; /// Hit reference (at response plane) + o2::math_utils::Vector3D locH; /// Hit reference (at response plane) o2::math_utils::Vector3D locHS; /// Hit, start pos locHS.SetCoordinates(xyzLocS.X(), xyzLocS.Y(), xyzLocS.Z()); o2::math_utils::Vector3D locHE; /// Hit, end pos