ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetMeasurementUtilities
src
SpacePointReader.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef INDET_MEASUREMENT_UTILITIES_SPACEPOINTS_READER_H
6
#define INDET_MEASUREMENT_UTILITIES_SPACEPOINTS_READER_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "GaudiKernel/EventContext.h"
10
#include "
StoreGate/ReadHandleKey.h
"
11
#include "
StoreGate/ReadDecorHandleKey.h
"
12
#include "
StoreGate/WriteDecorHandleKey.h
"
13
14
// EDM
15
#include "
xAODInDetMeasurement/SpacePointContainer.h
"
16
17
namespace
InDet
{
18
19
class
SpacePointReader
20
:
public
AthReentrantAlgorithm
{
21
public
:
22
SpacePointReader
(
const
std::string& name, ISvcLocator* pSvcLocator);
23
virtual
~SpacePointReader
()
override
=
default
;
24
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext&)
const override
;
27
28
private
:
29
SG::ReadHandleKey< xAOD::SpacePointContainer >
m_spacePointKey
30
{
this
,
"SpacePointKey"
,
""
,
31
"Key for input space point container"
};
32
33
SG::ReadDecorHandleKey< xAOD::SpacePointContainer >
m_linkDecoration
34
{
this
,
"LinkDecorationKey"
,
"measurementLink"
,
35
"Decoration key for the element link to clusters"
};
36
SG::WriteDecorHandleKey< xAOD::SpacePointContainer >
m_clusterDecoration
37
{
this
,
"ClusterDecorationKey"
,
"measurements"
,
38
"Decoration key for the cluster bare pointer"
};
39
};
40
41
}
// namespace ActsTrk
42
43
#endif
AthReentrantAlgorithm.h
SpacePointContainer.h
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
InDet::SpacePointReader::m_linkDecoration
SG::ReadDecorHandleKey< xAOD::SpacePointContainer > m_linkDecoration
Definition
SpacePointReader.h:34
InDet::SpacePointReader::SpacePointReader
SpacePointReader(const std::string &name, ISvcLocator *pSvcLocator)
Definition
SpacePointReader.cxx:13
InDet::SpacePointReader::m_spacePointKey
SG::ReadHandleKey< xAOD::SpacePointContainer > m_spacePointKey
Definition
SpacePointReader.h:30
InDet::SpacePointReader::m_clusterDecoration
SG::WriteDecorHandleKey< xAOD::SpacePointContainer > m_clusterDecoration
Definition
SpacePointReader.h:37
InDet::SpacePointReader::execute
virtual StatusCode execute(const EventContext &) const override
Definition
SpacePointReader.cxx:37
InDet::SpacePointReader::~SpacePointReader
virtual ~SpacePointReader() override=default
InDet::SpacePointReader::initialize
virtual StatusCode initialize() override
Definition
SpacePointReader.cxx:18
SG::ReadDecorHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Definition
StoreGate/StoreGate/ReadDecorHandleKey.h:86
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
InDet
Primary Vertex Finder.
Definition
VP1ErrorUtils.h:36
Generated on
for ATLAS Offline Software by
1.17.0