Interface for the overlap removal tool. More...
#include <IOverlapRemovalTool.h>
Public Member Functions | |
virtual StatusCode | removeOverlaps (const xAOD::ElectronContainer *electrons, const xAOD::MuonContainer *muons, const xAOD::JetContainer *jets, const xAOD::TauJetContainer *taus=0, const xAOD::PhotonContainer *photons=0, const xAOD::JetContainer *fatJets=0) const =0 |
Declare the interface. |
Interface for the overlap removal tool.
virtual StatusCode ORUtils::IOverlapRemovalTool::removeOverlaps | ( | const xAOD::ElectronContainer * | electrons, | |
const xAOD::MuonContainer * | muons, | |||
const xAOD::JetContainer * | jets, | |||
const xAOD::TauJetContainer * | taus = 0 , |
|||
const xAOD::PhotonContainer * | photons = 0 , |
|||
const xAOD::JetContainer * | fatJets = 0 | |||
) | const [pure virtual] |
Declare the interface.
Top-level method for performing full overlap-removal. The individual OR methods will be called in the recommended order, and the considered objects will be decorated with the output result.
Implemented in ORUtils::OverlapRemovalTool.