8#ifndef XAODEGAMMACNV_PHOTONCNVALG_H
9#define XAODEGAMMACNV_PHOTONCNVALG_H
16#include "GaudiKernel/ToolHandle.h"
35 PhotonCnvAlg(
const std::string& name, ISvcLocator* svcLoc );
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute()
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.