ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSimDataOverlay.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef MUONTRUTHOVERLAY_MUONSIMDATAOVERLAY_H
8#define MUONTRUTHOVERLAY_MUONSIMDATAOVERLAY_H
9
12
14{
15public:
16 MuonSimDataOverlay(const std::string &name, ISvcLocator *pSvcLocator);
17
18 virtual StatusCode initialize() override;
19 virtual StatusCode execute(const EventContext& ctx) const override;
20
21private:
22
23 SG::ReadHandleKey<MuonSimDataCollection> m_bkgInputKey{ this, "BkgInputKey", "", "ReadHandleKey for Background Input MuonSimDataCollection" };
24 SG::ReadHandleKey<MuonSimDataCollection> m_signalInputKey{ this, "SignalInputKey", "", "ReadHandleKey for Signal Input MuonSimDataCollection" };
25 SG::WriteHandleKey<MuonSimDataCollection> m_outputKey{ this, "OutputKey", "", "WriteHandleKey for Output MuonSimDataCollection" };
26
27};
28
29#endif // MUONTRUTHOVERLAY_MUONSIMDATAOVERLAY_H
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< MuonSimDataCollection > m_outputKey
virtual StatusCode execute(const EventContext &ctx) const override
MuonSimDataOverlay(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< MuonSimDataCollection > m_signalInputKey
SG::ReadHandleKey< MuonSimDataCollection > m_bkgInputKey
virtual StatusCode initialize() override
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.