Skip to content

Commit

Permalink
Fix in TOF-TPC matching for tracks seeing multiple sectors.
Browse files Browse the repository at this point in the history
When TPC track candidate which should be checked in 2 sectors, replicate also its mVZtpcOnly entries.
  • Loading branch information
shahor02 committed Sep 12, 2024
1 parent a6b5956 commit 2d5edce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Detectors/GlobalTracking/src/MatchTOF.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ bool MatchTOF::prepareTPCData()
mTracksLblWork[sector][trkType::UNCONS].emplace_back(mTracksLblWork[sec][trkType::UNCONS][it]);
}
mLTinfos[sector][trkType::UNCONS].emplace_back(mLTinfos[sec][trkType::UNCONS][it]);
mVZtpcOnly[sector].push_back(mVZtpcOnly[sec][it]);
mTracksSectIndexCache[trkType::UNCONS][sector].push_back(itnew);
}
}
Expand Down

0 comments on commit 2d5edce

Please sign in to comment.