ATLAS Offline Software
Loading...
Searching...
No Matches
egammaAmbiguityRelinker.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EGAMMAALGS_EGAMMAAMBIGUITYRELINKER_H
6#define EGAMMAALGS_EGAMMAAMBIGUITYRELINKER_H
7
9
12
17#include <memory>
18
36{
37public:
38
39 egammaAmbiguityRelinker(const std::string& name, ISvcLocator* pSvcLocator);
40
41 StatusCode initialize() override final;
42 StatusCode execute(const EventContext& ctx) const override final;
43
44private:
45
46 // Read/Write handlers
47
50 "ElectronOutputName", "Electrons",
51 "Name of Electron Container to be created"};
52
55 "ElectronInputName", "old_Electrons",
56 "Name of Electron container to be read in"};
57
60 "PhotonOutputName", "Photons",
61 "Name of Photon Container to be created"};
62
65 "PhotonInputName", "old_Photons",
66 "Name of Photon container to be read in"};
67
68};
69
70#endif
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.