ATLAS Offline Software
|
Interface for a class which checks for a match between IParticles. More...
#include <IObjectAssociator.h>
Public Member Functions | |
virtual | ~IParticleAssociator () |
Virtual destructor. More... | |
virtual bool | objectsMatch (const xAOD::IParticle &p1, const xAOD::IParticle &p2) const =0 |
Test association between two IParticles. More... | |
Interface for a class which checks for a match between IParticles.
Definition at line 18 of file IObjectAssociator.h.
|
inlinevirtual |
|
pure virtual |
Test association between two IParticles.
Implemented in ORUtils::SlidingDeltaRMatcher, ORUtils::DeltaRMatcher, and ORUtils::MuJetGhostDRMatcher.