![]() |
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. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
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 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.