|
ATLAS Offline Software
|
Go to the documentation of this file.
42 return StatusCode::SUCCESS;
51 return StatusCode::SUCCESS;
62 xaod->setStore( aux );
71 xaodFrwd->setStore( auxFrwd );
76 return StatusCode::SUCCESS;
virtual StatusCode execute()
Function executing the algorithm.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
ToolHandle< IElectronCnvTool > m_cnvTool
Tools to perform electron identification.
virtual StatusCode initialize()
Function initialising the algorithm.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
std::string m_xaodContainerName
The key for the output xAOD::ElectronContainer.
std::string m_xaodFrwdContainerName
::StatusCode StatusCode
StatusCode definition for legacy code.
std::string m_aodContainerName
The key of the input ElectronContainer.
#define CHECK(...)
Evaluate an expression and check for errors.
ElectronAuxContainer_v3 ElectronAuxContainer
Definition of the current electron auxiliary container.
ElectronContainer_v1 ElectronContainer
Definition of the current "electron container version".
Helpers for checking error return status codes and reporting errors.
Container holding the payload of the electron container.
#define ATH_MSG_WARNING(x)
ElectronCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.