@@ -170,7 +170,7 @@ void CheckDigitsIOTOF(std::string digifile = "tf3digits.root", std::string hitfi
170170 seg -> detectorToLocal (ix , iz , x , z , subDetID );
171171 }
172172
173- o2 ::math_utils ::Point3D < float > locD (x , y , z ); // local Digit
173+ o2 ::math_utils ::Point3D < float > locD (x , y , z ); // local Digit
174174
175175 Int_t chipID = (* digArr )[iDigit ].getChipIndex ();
176176
@@ -226,7 +226,7 @@ void CheckDigitsIOTOF(std::string digifile = "tf3digits.root", std::string hitfi
226226 row , col , /// row and col retrieved from the hit: hit global position -> hit local position -> detector position (row, col)
227227 locH .X (), locH .Z (), /// x and z of the hit in the local reference frame: hit global position -> hit local position
228228 xlc , zlc , /// x and z of the hit in the local frame: hit global position -> hit local position -> detector position (row, col) -> local position
229- locHS .X () - locD .X (), locHS .Z () - locD .Z ()); /// difference in x and z between the hit and the digit in the local frame
229+ locHS .X () - locD .X (), locHS .Z () - locD .Z ()); /// difference in x and z between the hit and the digit in the local frame
230230 nt2 -> Fill (chipID , gloD .Z (), locHS .X () - locHE .X (), locHS .Z () - locHE .Z ()); /// differences between local hit start and hit end positions
231231
232232 } // end loop on digits array
0 commit comments