Skip to content

Commit 1cf7936

Browse files
alibuildmpuccio
authored andcommitted
Please consider the following formatting changes
1 parent bdaec5b commit 1cf7936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ALICE3/TRK/macros/test/CheckDigits.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ void CheckDigits(std::string digifile = "trkdigits.root", std::string hitfile =
265265
auto xyzLocE = gman->getMatrixL2G(chipID) ^ (hit.GetPos()); // inverse conversion from global to local
266266
auto xyzLocS = gman->getMatrixL2G(chipID) ^ (hit.GetPosStart());
267267

268-
// Hit local reference: Both VD and MLOT use response-plane interpolation (in flat local frame).
268+
// Hit local reference: Both VD and MLOT use response-plane interpolation (in flat local frame).
269269
// For VD, transform curved → flat first, then interpolate.
270-
o2::math_utils::Vector3D<float> locH; /// Hit reference (at response plane)
270+
o2::math_utils::Vector3D<float> locH; /// Hit reference (at response plane)
271271
o2::math_utils::Vector3D<float> locHS; /// Hit, start pos
272272
locHS.SetCoordinates(xyzLocS.X(), xyzLocS.Y(), xyzLocS.Z());
273273
o2::math_utils::Vector3D<float> locHE; /// Hit, end pos

0 commit comments

Comments
 (0)