5#ifndef EGAMMAALGS_EGAMMAAMBIGUITYRELINKER_H
6#define EGAMMAALGS_EGAMMAAMBIGUITYRELINKER_H
42 StatusCode
execute(
const EventContext& ctx)
const override final;
50 "ElectronOutputName",
"Electrons",
51 "Name of Electron Container to be created"};
55 "ElectronInputName",
"old_Electrons",
56 "Name of Electron container to be read in"};
60 "PhotonOutputName",
"Photons",
61 "Name of Photon Container to be created"};
65 "PhotonInputName",
"old_Photons",
66 "Name of Photon container to be read in"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
StatusCode initialize() override final
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronInputKey
Name of the electron input collection.
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonInputKey
Name of the photon input collection.
egammaAmbiguityRelinker(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::PhotonContainer > m_photonOutputKey
Name of the photon output collection.
StatusCode execute(const EventContext &ctx) const override final
SG::WriteHandleKey< xAOD::ElectronContainer > m_electronOutputKey
Name of the electron output collection.