ATLAS Offline Software
|
#include <IEMShowerBuilder.h>
Public Member Functions | |
virtual | ~IEMShowerBuilder () |
Virtual destructor. More... | |
virtual StatusCode | initialize ()=0 |
initialize method More... | |
virtual StatusCode | execute (const EventContext &ctx, const CaloDetDescrManager &cmgr, xAOD::Egamma *) const =0 |
execute method with event context to retrieve the cells collection More... | |
virtual StatusCode | executeWithCells (const CaloCellContainer *cellcoll, const CaloDetDescrManager &cmgr, xAOD::Egamma *) const =0 |
@Execute passing the cells explicitly More... | |
virtual StatusCode | finalize ()=0 |
finalize method More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
AlgTool interface methods. More... | |
Interface for the Reconstruction/egamma/egammaRec/EMShowerBuilder
CREATED : 01/09/2008 MODIFIED :
Definition at line 31 of file IEMShowerBuilder.h.
|
inlinevirtual |
|
pure virtual |
execute method with event context to retrieve the cells collection
Implemented in EMShowerBuilder.
|
pure virtual |
@Execute passing the cells explicitly
Implemented in EMShowerBuilder.
|
pure virtual |
finalize method
Implemented in EMShowerBuilder.
|
pure virtual |
initialize method
Implemented in EMShowerBuilder.
|
inlinestatic |
AlgTool interface methods.
Definition at line 56 of file IEMShowerBuilder.h.