![]() |
ATLAS Offline Software
|
Interface for the event cleaning tool. More...
#include <IEventCleaningTool.h>
Public Member Functions | |
| virtual bool | acceptEvent (const xAOD::JetContainer *jets) const =0 |
| Declare the interface. | |
| virtual int | keepJet (const xAOD::Jet &jet) const =0 |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Interface for the event cleaning tool.
Definition at line 23 of file IEventCleaningTool.h.
|
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 ECUtils::EventCleaningTool.
|
pure virtual |
Implemented in ECUtils::EventCleaningTool.
|
pure virtualinherited |
Print the state of the tool.
Implemented in asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.