8#ifndef XAODEGAMMACNV_ELECTRONCNVALG_H
9#define XAODEGAMMACNV_ELECTRONCNVALG_H
16#include "GaudiKernel/ToolHandle.h"
40 virtual StatusCode
execute(
const EventContext& ctx);
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
std::string m_xaodContainerName
The key for the output xAOD::ElectronContainer.
ToolHandle< IElectronCnvTool > m_cnvTool
Tools to perform electron identification.
std::string m_xaodFrwdContainerName
ElectronCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
std::string m_aodContainerName
The key of the input ElectronContainer.
virtual StatusCode execute(const EventContext &ctx)
Function executing the algorithm.
virtual StatusCode initialize()
Function initialising the algorithm.