Skip to content

Commit 80aba93

Browse files
author
Maurice Coquet
committed
Clang format
1 parent a3dbe71 commit 80aba93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Common/Core/fwdtrackUtilities.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ o2::track::TrackParCovFwd getTrackParCovFwd(TFwdTrack const& track, TFwdTrackCov
7575
return trackparCov;
7676
}
7777

78-
/// Produce TrackParCovFwds for MFT and FwdTracks, w/ or w/o cov, with z shift
78+
/// Produce TrackParCovFwds for MFT and FwdTracks, w/ or w/o cov, with z shift
7979
template <typename TFwdTrack, typename... TCovariance>
8080
o2::track::TrackParCovFwd getTrackParCovFwdShift(TFwdTrack const& track, float zshift, TCovariance const&... covOpt)
8181
{
@@ -105,8 +105,7 @@ o2::track::TrackParCovFwd getTrackParCovFwdShift(TFwdTrack const& track, float z
105105
std::vector<double> v1{
106106
cov.cXX(), cov.cXY(), cov.cYY(), cov.cPhiX(), cov.cPhiY(),
107107
cov.cPhiPhi(), cov.cTglX(), cov.cTglY(), cov.cTglPhi(), cov.cTglTgl(),
108-
cov.c1PtX(), cov.c1PtY(), cov.c1PtPhi(), cov.c1PtTgl(), cov.c1Pt21Pt2()
109-
};
108+
cov.c1PtX(), cov.c1PtY(), cov.c1PtPhi(), cov.c1PtTgl(), cov.c1Pt21Pt2()};
110109
tcovs = SMatrix55(v1.begin(), v1.end());
111110
} else {
112111
tcovs = SMatrix55{};

0 commit comments

Comments
 (0)