ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetRawAlgs
InDetOverlay
InDetOverlay
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
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
InDetSimData/InDetSimDataCollection.h
"
10
11
class
InDetSDOOverlay
:
public
AthReentrantAlgorithm
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
AthReentrantAlgorithm.h
InDetSimDataCollection.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
InDetSDOOverlay::m_signalInputKey
SG::ReadHandleKey< InDetSimDataCollection > m_signalInputKey
Definition
InDetSDOOverlay.h:21
InDetSDOOverlay::initialize
virtual StatusCode initialize() override
Definition
InDetSDOOverlay.cxx:12
InDetSDOOverlay::m_outputKey
SG::WriteHandleKey< InDetSimDataCollection > m_outputKey
Definition
InDetSDOOverlay.h:22
InDetSDOOverlay::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
InDetSDOOverlay.cxx:37
InDetSDOOverlay::m_bkgInputKey
SG::ReadHandleKey< InDetSimDataCollection > m_bkgInputKey
Definition
InDetSDOOverlay.h:20
InDetSDOOverlay::InDetSDOOverlay
InDetSDOOverlay(const std::string &name, ISvcLocator *pSvcLocator)
Definition
InDetSDOOverlay.cxx:9
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
Generated on
for ATLAS Offline Software by
1.17.0