You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// LOG(debug) << "Number of UNCONSTRAINED tracks that failed to be propagated to HMPID = " << mNotPropagatedToHMP[o2::globaltracking::MatchHMP::trackType::UNCONS];
156
153
157
154
// sort tracks in each sector according to their time (increasing in time)
158
155
// for (int sec = o2::constants::math::NSectors; sec--;) {
@@ -417,7 +414,6 @@ void MatchHMP::doMatching()
417
414
matching.setIdxHMPClus(99, 99999); // chamber not found, mip not yet considered
418
415
matching.setHMPsignal(Recon::kNotPerformed); // ring reconstruction not yet performed
419
416
matching.setIdxTrack(trackGid);
420
-
421
417
TrackHMP hmpTrk(trefTrk); // create a hmpid track to be used for propagation and matching
0 commit comments