Skip to content

Commit 51d4834

Browse files
committed
Please consider the following formatting changes
1 parent 69b44a0 commit 51d4834

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

DataFormats/Reconstruction/src/TrackParametrization.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ GPUd() bool TrackParametrization<value_T>::propagateParamTo(value_t xk, const di
251251
sintet = bt / bb;
252252
}
253253
std::array<value_t, 7> vect{costet * cosphi * vecLab[0] + costet * sinphi * vecLab[1] - sintet * vecLab[2],
254-
-sinphi * vecLab[0] + cosphi * vecLab[1],
255-
sintet * cosphi * vecLab[0] + sintet * sinphi * vecLab[1] + costet * vecLab[2],
256-
costet * cosphi * vecLab[3] + costet * sinphi * vecLab[4] - sintet * vecLab[5],
257-
-sinphi * vecLab[3] + cosphi * vecLab[4],
258-
sintet * cosphi * vecLab[3] + sintet * sinphi * vecLab[4] + costet * vecLab[5],
259-
vecLab[6]};
254+
-sinphi * vecLab[0] + cosphi * vecLab[1],
255+
sintet * cosphi * vecLab[0] + sintet * sinphi * vecLab[1] + costet * vecLab[2],
256+
costet * cosphi * vecLab[3] + costet * sinphi * vecLab[4] - sintet * vecLab[5],
257+
-sinphi * vecLab[3] + cosphi * vecLab[4],
258+
sintet * cosphi * vecLab[3] + sintet * sinphi * vecLab[4] + costet * vecLab[5],
259+
vecLab[6]};
260260

261261
// Do the helix step
262262
value_t q = getCharge();

DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -543,12 +543,12 @@ GPUd() bool TrackParametrizationWithError<value_T>::propagateTo(value_t xk, cons
543543
sintet = bt / bb;
544544
}
545545
std::array<value_t, 7> vect{costet * cosphi * vecLab[0] + costet * sinphi * vecLab[1] - sintet * vecLab[2],
546-
-sinphi * vecLab[0] + cosphi * vecLab[1],
547-
sintet * cosphi * vecLab[0] + sintet * sinphi * vecLab[1] + costet * vecLab[2],
548-
costet * cosphi * vecLab[3] + costet * sinphi * vecLab[4] - sintet * vecLab[5],
549-
-sinphi * vecLab[3] + cosphi * vecLab[4],
550-
sintet * cosphi * vecLab[3] + sintet * sinphi * vecLab[4] + costet * vecLab[5],
551-
vecLab[6]};
546+
-sinphi * vecLab[0] + cosphi * vecLab[1],
547+
sintet * cosphi * vecLab[0] + sintet * sinphi * vecLab[1] + costet * vecLab[2],
548+
costet * cosphi * vecLab[3] + costet * sinphi * vecLab[4] - sintet * vecLab[5],
549+
-sinphi * vecLab[3] + cosphi * vecLab[4],
550+
sintet * cosphi * vecLab[3] + sintet * sinphi * vecLab[4] + costet * vecLab[5],
551+
vecLab[6]};
552552

553553
// Do the helix step
554554
value_t q = this->getCharge();

DataFormats/common/include/CommonDataFormat/AbstractRef.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <type_traits>
2323
#endif
2424

25-
2625
namespace o2::dataformats
2726
{
2827

Detectors/ITSMFT/ITS/tracking/include/ITStracking/Constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ GPUhdi() constexpr std::array<float, LayersNumber> InverseZBinSize()
8484
{
8585
constexpr auto zSize = LayersZCoordinate();
8686
return std::array<float, LayersNumber>{0.5f * ZBins / (zSize[0]), 0.5f * ZBins / (zSize[1]), 0.5f * ZBins / (zSize[2]),
87-
0.5f * ZBins / (zSize[3]), 0.5f * ZBins / (zSize[4]), 0.5f * ZBins / (zSize[5]),
88-
0.5f * ZBins / (zSize[6])};
87+
0.5f * ZBins / (zSize[3]), 0.5f * ZBins / (zSize[4]), 0.5f * ZBins / (zSize[5]),
88+
0.5f * ZBins / (zSize[6])};
8989
}
9090

9191
GPUhdi() constexpr float getInverseZCoordinate(const int layerIndex)

0 commit comments

Comments
 (0)