ATLAS Offline Software
|
Interface to tool to select electrons. More...
#include <IAsgForwardElectronIsEMSelector.h>
Public Member Functions | |
virtual | ~IAsgForwardElectronIsEMSelector () |
Virtual Destructor. More... | |
virtual StatusCode | execute (const EventContext &ctx, const xAOD::Egamma *eg, unsigned int &isEM) const =0 |
Add a legacy execute method - return isEM value. More... | |
virtual asg::AcceptData | accept (const xAOD::IParticle *part) const =0 |
accept with pointer to IParticle so as to not hide the IAsgSelectionTool one More... | |
virtual asg::AcceptData | accept (const EventContext &ctx, const xAOD::IParticle *part) const =0 |
virtual asg::AcceptData | accept (const EventContext &ctx, const xAOD::Egamma *part) const =0 |
accept with pointer to Egamma object More... | |
virtual asg::AcceptData | accept (const EventContext &ctx, const xAOD::Photon *part) const =0 |
accept with Photon pointer More... | |
virtual asg::AcceptData | accept (const EventContext &ctx, const xAOD::Electron *part) const =0 |
accept with Electron reference More... | |
virtual std::string | getOperatingPointName () const =0 |
Method to get the operating point. More... | |
virtual const asg::AcceptInfo & | getAcceptInfo () const =0 |
Declare the interface ID for this pure-virtual interface class to the Athena framework. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Interface to tool to select electrons.
11-MAR-2014, convert to ASGTool
Definition at line 26 of file IAsgForwardElectronIsEMSelector.h.
|
inlinevirtual |
|
pure virtual |
accept with pointer to Egamma object
Implements IAsgEGammaIsEMSelector.
Implemented in AsgForwardElectronIsEMSelector.
|
pure virtual |
accept with Electron reference
Implements IAsgEGammaIsEMSelector.
Implemented in AsgForwardElectronIsEMSelector.
|
pure virtual |
Implements IAsgEGammaIsEMSelector.
Implemented in AsgForwardElectronIsEMSelector.
|
pure virtual |
accept with Photon pointer
Implements IAsgEGammaIsEMSelector.
Implemented in AsgForwardElectronIsEMSelector.
|
pure virtual |
accept with pointer to IParticle so as to not hide the IAsgSelectionTool one
Implements IAsgEGammaIsEMSelector.
Implemented in AsgForwardElectronIsEMSelector.
|
pure virtual |
Add a legacy execute method - return isEM value.
Implements IAsgEGammaIsEMSelector.
Implemented in AsgForwardElectronIsEMSelector.
|
pure virtualinherited |
Declare the interface ID for this pure-virtual interface class to the Athena framework.
Method to get the AcceptInfo to query what cuts are defined.
Implemented in AsgElectronChargeIDSelectorTool, AsgForwardElectronIsEMSelector, AsgElectronIsEMSelector, dRMatchingTool, TauAnalysisTools::TauSelectionTool, InDet::InDetTrackSelectionTool, InDet::InDetSecVtxTrackSelectionTool, CP::AsgFlagSelectionTool, TauAnalysisTools::DiTauSelectionTool, BTaggingSelectionTool, CP::AsgPtEtaSelectionTool, CP::AsgMaskSelectionTool, CP::MuonSelectionTool, AsgElectronLikelihoodTool, Ringer::AsgRingerSelectorTool, AsgForwardElectronLikelihoodTool, AsgElectronSelectorTool, CP::EgammaIsGoodOQSelectionTool, PMGTools::PMGDecayProductsSelectionTool, HI::HIVertexSelectionTool, TrackTruthSelectionTool, CP::JvtSelectionToolBase, InDet::IInDetTrackSelectionTool, Ringer::IAsgRingerSelectorTool, HI::IHIVertexSelectionTool, and AsgPhotonIsEMSelector.
|
pure virtual |
Method to get the operating point.
Implements IAsgEGammaIsEMSelector.
Implemented in AsgForwardElectronIsEMSelector.
|
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.