A simple overlap finder that uses a dR match. More...
#include <DeltaROverlapTool.h>
Public Member Functions | |
DeltaROverlapTool (const std::string &name) | |
Create proper constructor for Athena. | |
virtual StatusCode | findOverlaps (const xAOD::IParticleContainer &cont1, const xAOD::IParticleContainer &cont2) const override |
Identify overlaps with simple dR check. Flags all objects in cont1 which are found to overlap with any object in cont2 within the configured dR window. | |
Protected Member Functions | |
virtual StatusCode | initializeDerived () override |
Initialize the tool. |
A simple overlap finder that uses a dR match.
This class will remove _all_ objects that fit the criteria.
ORUtils::DeltaROverlapTool::DeltaROverlapTool | ( | const std::string & | name | ) |
Create proper constructor for Athena.
Standalone constructor