ATLAS Offline Software
|
#include <IElectronLRTOverlapRemovalTool.h>
Public Types | |
enum | overlapStrategy { defaultStrategy = 0, promptStrategy = 1, passThrough = 2 } |
Allow to specify a number of supported overlap removal strategies. More... | |
Public Member Functions | |
virtual void | checkOverlap (const xAOD::ElectronContainer &promptCollection, const xAOD::ElectronContainer &lrtCollection, std::set< const xAOD::Electron * > &ElectronsToRemove) const =0 |
Check the overlap between the prompt and LRT electron collections. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Definition at line 27 of file IElectronLRTOverlapRemovalTool.h.
Allow to specify a number of supported overlap removal strategies.
Enumerator | |
---|---|
defaultStrategy | |
promptStrategy | |
passThrough |
Definition at line 47 of file IElectronLRTOverlapRemovalTool.h.
|
pure virtual |
Check the overlap between the prompt and LRT electron collections.
Saves a set of points to electrons to be removed.
Implemented in CP::ElectronLRTOverlapRemovalTool.
|
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.