Skip to content

Commit d3b4804

Browse files
committed
Please consider the following formatting changes
1 parent 3b12d72 commit d3b4804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Detectors/Upgrades/ITS3/base/include/ITS3Base/SegmentationMosaix.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class SegmentationMosaix
184184
zCol = (static_cast<float>(iCol) + 0.5f) * PitchCol - LengthH;
185185
}
186186

187-
bool detectorToLocal(int const row, int const col, math_utils::Point3D<float>& loc) const noexcept
187+
bool detectorToLocal(int const row, int const col, math_utils::Point3D<float>& loc) const noexcept
188188
{
189189
float xRow{0.}, zCol{0.};
190190
if (!detectorToLocal(row, col, xRow, zCol)) {
@@ -194,7 +194,7 @@ class SegmentationMosaix
194194
return true;
195195
}
196196

197-
void detectorToLocalUnchecked(int const row, int const col, math_utils::Point3D<float>& loc) const noexcept
197+
void detectorToLocalUnchecked(int const row, int const col, math_utils::Point3D<float>& loc) const noexcept
198198
{
199199
float xRow{0.}, zCol{0.};
200200
detectorToLocalUnchecked(row, col, xRow, zCol);

0 commit comments

Comments
 (0)