ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Simulation
Overlay
OverlayCopyAlgs
src
CopyTRT_DriftCircleContainer.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 OVERLAYCOPYALGS_COPYTRTDRIFTCIRCLECONTAINER_H
6
#define OVERLAYCOPYALGS_COPYTRTDRIFTCIRCLECONTAINER_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
InDetPrepRawData/TRT_DriftCircleContainer.h
"
10
11
class
TRT_ID
;
12
13
class
CopyTRT_DriftCircleContainer
:
public
AthReentrantAlgorithm
14
{
15
public
:
16
17
CopyTRT_DriftCircleContainer
(
const
std::string &name, ISvcLocator *pSvcLocator);
18
19
virtual
StatusCode
initialize
()
override
;
20
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
21
22
private
:
23
SG::ReadHandleKey<InDet::TRT_DriftCircleContainer>
m_inputKey
{
this
,
"InputKey"
,
""
,
"ReadHandleKey for Pileup TRT_DriftCircleContainer"
};
24
SG::WriteHandleKey<InDet::TRT_DriftCircleContainer>
m_outputKey
{
this
,
"OutputKey"
,
""
,
"WriteHandleKey for Output TRT_DriftCircleContainer"
};
25
26
const
TRT_ID
*
m_idHelper
=
nullptr
;
27
28
};
29
30
#endif
// OVERLAYCOPYALGS_COPYTRTDRIFTCIRCLECONTAINER_H
AthReentrantAlgorithm.h
TRT_DriftCircleContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
CopyTRT_DriftCircleContainer::m_inputKey
SG::ReadHandleKey< InDet::TRT_DriftCircleContainer > m_inputKey
Definition
CopyTRT_DriftCircleContainer.h:23
CopyTRT_DriftCircleContainer::initialize
virtual StatusCode initialize() override
Definition
CopyTRT_DriftCircleContainer.cxx:13
CopyTRT_DriftCircleContainer::m_outputKey
SG::WriteHandleKey< InDet::TRT_DriftCircleContainer > m_outputKey
Definition
CopyTRT_DriftCircleContainer.h:24
CopyTRT_DriftCircleContainer::CopyTRT_DriftCircleContainer
CopyTRT_DriftCircleContainer(const std::string &name, ISvcLocator *pSvcLocator)
Definition
CopyTRT_DriftCircleContainer.cxx:10
CopyTRT_DriftCircleContainer::m_idHelper
const TRT_ID * m_idHelper
Definition
CopyTRT_DriftCircleContainer.h:26
CopyTRT_DriftCircleContainer::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
CopyTRT_DriftCircleContainer.cxx:28
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
TRT_ID
This is an Identifier helper class for the TRT subdetector.
Definition
TRT_ID.h:84
Generated on
for ATLAS Offline Software by
1.17.0