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