ATLAS Offline Software
InDetSDOOverlay.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef INDETOVERLAY_INDETSDOOVERLAY_H
6 #define INDETOVERLAY_INDETSDOOVERLAY_H
7 
10 
12 {
13 public:
14  InDetSDOOverlay(const std::string &name, ISvcLocator *pSvcLocator);
15 
16  virtual StatusCode initialize() override;
17  virtual StatusCode execute(const EventContext& ctx) const override;
18 
19 private:
20  SG::ReadHandleKey<InDetSimDataCollection> m_bkgInputKey{ this, "BkgInputKey", "", "ReadHandleKey for Background Input InDetSimDataCollection" };
21  SG::ReadHandleKey<InDetSimDataCollection> m_signalInputKey{ this, "SignalInputKey", "", "ReadHandleKey for Signal Input InDetSimDataCollection" };
22  SG::WriteHandleKey<InDetSimDataCollection> m_outputKey{ this, "OutputKey", "", "WriteHandleKey for Output InDetSimDataCollection" };
23 
24 };
25 
26 #endif // INDETOVERLAY_INDETSDOOVERLAY_H
InDetSDOOverlay::InDetSDOOverlay
InDetSDOOverlay(const std::string &name, ISvcLocator *pSvcLocator)
Definition: InDetSDOOverlay.cxx:9
InDetSDOOverlay::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: InDetSDOOverlay.cxx:37
InDetSDOOverlay
Definition: InDetSDOOverlay.h:12
SG::ReadHandleKey< InDetSimDataCollection >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
SG::WriteHandleKey< InDetSimDataCollection >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
InDetSDOOverlay::initialize
virtual StatusCode initialize() override
Definition: InDetSDOOverlay.cxx:12
InDetSDOOverlay::m_bkgInputKey
SG::ReadHandleKey< InDetSimDataCollection > m_bkgInputKey
Definition: InDetSDOOverlay.h:20
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
InDetSDOOverlay::m_signalInputKey
SG::ReadHandleKey< InDetSimDataCollection > m_signalInputKey
Definition: InDetSDOOverlay.h:21
InDetSimDataCollection.h
InDetSDOOverlay::m_outputKey
SG::WriteHandleKey< InDetSimDataCollection > m_outputKey
Definition: InDetSDOOverlay.h:22