Skip to content

Commit ec1699a

Browse files
committed
Pass by const&
1 parent 9660aec commit ec1699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ struct HfTrackIndexSkimCreator {
19301930
void performPvRefitCandProngs(SelectedCollisions::iterator const& collision,
19311931
aod::BCsWithTimestamps const&,
19321932
std::vector<int64_t> vecPvContributorGlobId,
1933-
std::vector<o2::track::TrackParCov> vecPvContributorTrackParCov,
1933+
std::vector<o2::track::TrackParCov> const& vecPvContributorTrackParCov,
19341934
std::vector<int64_t> vecCandPvContributorGlobId,
19351935
std::array<float, 3>& pvCoord,
19361936
std::array<float, 6>& pvCovMatrix)

0 commit comments

Comments
 (0)