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