Skip to content

Commit 26c2838

Browse files
authored
Merge pull request #11 from alibuild/alibot-cleanup-15543
Please consider the following formatting changes to #15543
2 parents 0302436 + d84def9 commit 26c2838

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/Upgrades/ALICE3/IOTOF/macros/CheckDigitsIOTOF.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)