6 unsigned int sharedTracks = 0;
8 auto found = trackRecoToSimAssociation.
find(*iTrack);
10 if (
found == trackRecoToSimAssociation.
end())
14 for (
const auto &
tp :
found->val) {
16 return tp.first == vtp;
30 unsigned int sharedTracks = 0;
32 auto found = trackSimToRecoAssociation.
find(*iTP);
34 if (
found == trackSimToRecoAssociation.
end())
38 for (
const auto &tk :
found->val) {
40 return tk.first == vtk;