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. More... | |
virtual int | keepJet (const xAOD::Jet &jet) const =0 |
virtual void | print () const =0 |
Print the state of the tool. More... | |
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.
Implemented in ECUtils::EventCleaningTool.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.