ATLAS Offline Software
Public Member Functions | List of all members
IAsgElectronIsEMSelector Class Referenceabstract

Interface to tool to select electrons. More...

#include <IAsgElectronIsEMSelector.h>

Inheritance diagram for IAsgElectronIsEMSelector:
Collaboration diagram for IAsgElectronIsEMSelector:

Public Member Functions

virtual ~IAsgElectronIsEMSelector ()
 Virtual Destructor. More...
 
virtual const asg::AcceptInfogetAcceptInfo () 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...
 

Detailed Description

Interface to tool to select electrons.

Author
Jovan Mitrevski (UCSC) Karsten Koeneke (CERN)
Date
Dec 2011 - Fab 2012

11-MAR-2014, convert to ASGTool

Definition at line 27 of file IAsgElectronIsEMSelector.h.

Constructor & Destructor Documentation

◆ ~IAsgElectronIsEMSelector()

virtual IAsgElectronIsEMSelector::~IAsgElectronIsEMSelector ( )
inlinevirtual

Virtual Destructor.

Definition at line 40 of file IAsgElectronIsEMSelector.h.

40 {};

Member Function Documentation

◆ accept() [1/5]

virtual asg::AcceptData IAsgEGammaIsEMSelector::accept ( const EventContext &  ctx,
const xAOD::Egamma part 
) const
pure virtualinherited

◆ accept() [2/5]

virtual asg::AcceptData IAsgEGammaIsEMSelector::accept ( const EventContext &  ctx,
const xAOD::Electron part 
) const
pure virtualinherited

◆ accept() [3/5]

virtual asg::AcceptData IAsgEGammaIsEMSelector::accept ( const EventContext &  ctx,
const xAOD::IParticle part 
) const
pure virtualinherited

◆ accept() [4/5]

virtual asg::AcceptData IAsgEGammaIsEMSelector::accept ( const EventContext &  ctx,
const xAOD::Photon part 
) const
pure virtualinherited

◆ accept() [5/5]

virtual asg::AcceptData IAsgEGammaIsEMSelector::accept ( const xAOD::IParticle part) const
pure virtualinherited

◆ execute()

virtual StatusCode IAsgEGammaIsEMSelector::execute ( const EventContext &  ctx,
const xAOD::Egamma eg,
unsigned int &  isEM 
) const
pure virtualinherited

Add a legacy execute method - return isEM value.

Implemented in AsgForwardElectronIsEMSelector, AsgElectronIsEMSelector, IAsgForwardElectronIsEMSelector, and AsgPhotonIsEMSelector.

◆ getAcceptInfo()

virtual const asg::AcceptInfo& IAsgSelectionTool::getAcceptInfo ( ) const
pure virtualinherited

◆ getOperatingPointName()

virtual std::string IAsgEGammaIsEMSelector::getOperatingPointName ( ) const
pure virtualinherited

◆ print()

virtual void asg::IAsgTool::print ( ) const
pure virtualinherited

The documentation for this class was generated from the following file: