 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EGAMMAALGS_EGAMMAAMBIGUITYRELINKER_H
6 #define EGAMMAALGS_EGAMMAAMBIGUITYRELINKER_H
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"};
egammaAmbiguityRelinker(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
StatusCode execute(const EventContext &ctx) const override final
SG::WriteHandleKey< xAOD::ElectronContainer > m_electronOutputKey
Name of the electron output collection.
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronInputKey
Name of the electron input collection.
SG::WriteHandleKey< xAOD::PhotonContainer > m_photonOutputKey
Name of the photon output collection.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonInputKey
Name of the photon input collection.
StatusCode initialize() override final
Algorithm to handle ambiguity relinking for electrons and photons.