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