Skip to content

Commit adf5389

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-14186
Please consider the following formatting changes to #14186
2 parents db7a202 + 71f0eed commit adf5389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/Vertexing/StrangenessTracking/include/StrangenessTracking/StrangenessTracker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class StrangenessTracker
357357
std::vector<DCAFitter4> mFitter4Body; // optional DCA Fitter for final 4 Body refit (per thread)
358358

359359
o2::base::PropagatorImpl<float>::MatCorrType mCorrType = o2::base::PropagatorImpl<float>::MatCorrType::USEMatCorrNONE; // use mat correction
360-
std::vector<std::vector<o2::track::TrackParCovF>> mDaughterTracks; // vector of daughter tracks (per thread)
360+
std::vector<std::vector<o2::track::TrackParCovF>> mDaughterTracks; // vector of daughter tracks (per thread)
361361
ClassDefNV(StrangenessTracker, 1);
362362
};
363363

0 commit comments

Comments
 (0)