ATLAS Offline Software
Loading...
Searching...
No Matches
MuonInDetExtensionMergerAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCOMBINEDALGS_MUONINDETEXTENSIONMERGERALG_H
6#define MUONCOMBINEDALGS_MUONINDETEXTENSIONMERGERALG_H
7
8
9
14
18public:
19 MuonInDetExtensionMergerAlg(const std::string& name, ISvcLocator* pSvcLocator);
21
22 StatusCode initialize() override;
23 StatusCode execute(const EventContext& ctx) const override;
24
25private:
26 SG::ReadHandleKeyArray<InDetCandidateCollection> m_inputCandidates{this, "ToMerge", {"InDetCandidatesStausPromp", "InDetCandidatesStausLRT"}};
28 SG::WriteHandleKey<InDetCandidateCollection> m_writeKey{this, "ToWrite", "InDetCandidatesStaus"};
29
30};
31
32#endif
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
~MuonInDetExtensionMergerAlg()=default
StatusCode execute(const EventContext &ctx) const override
MuonInDetExtensionMergerAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKeyArray< InDetCandidateCollection > m_inputCandidates
SG::WriteHandleKey< InDetCandidateCollection > m_writeKey
Output Key.
Property holding a SG store/key/clid from which a WriteHandle is made.
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray