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

#include <IegammaShowerShape.h>

Inheritance diagram for IegammaShowerShape:
Collaboration diagram for IegammaShowerShape:

Classes

class  Info
 the info payload More...
 

Public Member Functions

virtual ~IegammaShowerShape ()
 Virtual destructor. More...
 
virtual StatusCode execute (const xAOD::CaloCluster &cluster, const CaloDetDescrManager &cmgr, const CaloCellContainer &cell_container, Info &info) const =0
 AlgTool method. More...
 

Static Public Member Functions

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

Detailed Description

Interface for the Reconstruction/egamma/egammaCaloTools/egammaShowerShape

Author
Frederic Derue derue.nosp@m.@lpn.nosp@m.he.in.nosp@m.2p3..nosp@m.fr

CREATED : 01/09/2008 MODIFIED :

Definition at line 30 of file IegammaShowerShape.h.

Constructor & Destructor Documentation

◆ ~IegammaShowerShape()

virtual IegammaShowerShape::~IegammaShowerShape ( )
inlinevirtual

Virtual destructor.

Definition at line 35 of file IegammaShowerShape.h.

35 {};

Member Function Documentation

◆ execute()

virtual StatusCode IegammaShowerShape::execute ( const xAOD::CaloCluster cluster,
const CaloDetDescrManager cmgr,
const CaloCellContainer cell_container,
Info info 
) const
pure virtual

AlgTool method.

Implemented in egammaShowerShape.

◆ interfaceID()

const InterfaceID & IegammaShowerShape::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 113 of file IegammaShowerShape.h.

114 {
115  return IID_IegammaShowerShape;
116 }

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