ATLAS Offline Software
Classes | Public Member Functions | Static Public Member Functions | List of all members
IegammaCellRecoveryTool Class Referenceabstract

Interface for the Reconstruction/egamma/egammaCaloTools/egammaCellRecoveryTool. More...

#include <IegammaCellRecoveryTool.h>

Inheritance diagram for IegammaCellRecoveryTool:
Collaboration diagram for IegammaCellRecoveryTool:

Classes

class  Info
 

Public Member Functions

virtual ~IegammaCellRecoveryTool ()
 Virtual destructor. More...
 
virtual StatusCode execute (const xAOD::CaloCluster &cluster, Info &info) const =0
 method: Method to get the info from missing cells More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods. More...
 

Detailed Description

Interface for the Reconstruction/egamma/egammaCaloTools/egammaCellRecoveryTool.

Definition at line 26 of file IegammaCellRecoveryTool.h.

Constructor & Destructor Documentation

◆ ~IegammaCellRecoveryTool()

virtual IegammaCellRecoveryTool::~IegammaCellRecoveryTool ( )
inlinevirtual

Virtual destructor.

Definition at line 31 of file IegammaCellRecoveryTool.h.

31 {};

Member Function Documentation

◆ execute()

virtual StatusCode IegammaCellRecoveryTool::execute ( const xAOD::CaloCluster cluster,
Info info 
) const
pure virtual

method: Method to get the info from missing cells

Implemented in egammaCellRecoveryTool.

◆ interfaceID()

const InterfaceID & IegammaCellRecoveryTool::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 48 of file IegammaCellRecoveryTool.h.

49 {
50  return IID_IegammaCellRecoveryTool;
51 }

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