Skip to content

Commit

Permalink
Merge pull request #11972 from rovere/fix_assertion_on_V0_sim2reco_ca…
Browse files Browse the repository at this point in the history
…ndidates

Prevent V0 sim2reco candidate to share the same TrackRef
  • Loading branch information
cmsbuild committed Oct 20, 2015
2 parents a9d34ed + b5d48d8 commit b0396f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validation/RecoVertex/src/V0Validator.cc
Expand Up @@ -408,6 +408,7 @@ void V0Validator::doEfficiencies(
}
}
if ((candidateEff[0] == 1 && candidateEff[1] == 1) &&
(reco_daughter[0].key() != reco_daughter[1].key()) &&
(reconstructed_V0_couples.find(
V0Couple(reco_daughter[0], reco_daughter[1])) !=
reconstructed_V0_couples.end())) {
Expand Down

0 comments on commit b0396f0

Please sign in to comment.