File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ struct GlobalMuonMatching {
250250 public:
251251 TrackParExt () = default ;
252252 TrackParExt (const TrackParExt& t) = default ;
253- TrackParExt (o2::track::TrackParCovFwd const & t, int nc = -1 , bool r = false )
253+ explicit TrackParExt (o2::track::TrackParCovFwd const & t, int nc = -1 , bool r = false )
254254 : TrackParCovFwd(t), nClusters(nc), removable(r) {}
255255 ~TrackParExt () = default ;
256256
@@ -1562,8 +1562,9 @@ struct GlobalMuonMatching {
15621562 if (mchIterator != mFwdTrackToGmmCandTrkIndex .end ()) {
15631563 gmmMchTrackId = mchIterator->second ;
15641564 }
1565+ TrackParExt parExt (fwdtrackutils::getTrackParCovFwd (track, track));
15651566 fillBaseGmmCandFwdTrack (track,
1566- fwdtrackutils::getTrackParCovFwd (track, track) ,
1567+ parExt ,
15671568 gmmMchTrackId,
15681569 track.chi2MatchMCHMFT (),
15691570 track.matchScoreMCHMFT ());
You can’t perform that action at this time.
0 commit comments