ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_Overlay.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef HGTDOVERLAY_HGTDOVERLAY_H
6#define HGTDOVERLAY_HGTDOVERLAY_H
7
10
11
13{
14public:
15
16 HGTD_Overlay(const std::string &name, ISvcLocator *pSvcLocator);
17
18 virtual StatusCode initialize() override final;
19 virtual StatusCode execute(const EventContext& ctx) const override final;
20
21private:
22 SG::ReadHandleKey<HGTD_RDO_Container> m_bkgInputKey{ this, "BkgInputKey", "Bkg_HGTD_RDOs", "ReadHandleKey for Background Input HGTD_RDO_Container" };
23 SG::ReadHandleKey<HGTD_RDO_Container> m_signalInputKey{ this, "SignalInputKey", "Sig_HGTD_RDOs", "ReadHandleKey for Signal Input HGTD_RDO_Container" };
24 SG::WriteHandleKey<HGTD_RDO_Container> m_outputKey{ this, "OutputKey", "HGTD_RDOs", "WriteHandleKey for Output HGTD_RDO_Container" };
25};
26
27#endif // HGTDOVERLAY_HGTDOVERLAY_H
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
Common base class and generic overlaying code for boolean-like hits.
HGTD_Overlay(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< HGTD_RDO_Container > m_bkgInputKey
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKey< HGTD_RDO_Container > m_signalInputKey
virtual StatusCode initialize() override final
SG::WriteHandleKey< HGTD_RDO_Container > m_outputKey
IDC_OverlayBase(const std::string &name, ISvcLocator *pSvcLocator)
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.