Matches a muon to a jet via ghost association or a delta-R. More...
#include <MuJetGhostDRMatcher.h>
Public Member Functions | |
MuJetGhostDRMatcher (double dR, bool useRapidity=true) | |
Constructor takes same arguments as the DeltaRMatcher. | |
virtual bool | objectsMatch (const xAOD::IParticle &mu, const xAOD::IParticle &jet) const override |
Check for a match via ghost association or delta-R. |
Matches a muon to a jet via ghost association or a delta-R.
Ghost association is done by looking for the muon's ID track in the jet's list of ghost tracks. The Delta-R matching is implemented via the DeltaRMatcher. The final result is a match if either the ghost association or the delta-R succeeds.