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