ATLAS Offline Software
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 
9 #include "GaudiKernel/EventContext.h"
13 
14 // EDM
16 
17 namespace InDet {
18 
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:
30  {this, "SpacePointKey", "",
31  "Key for input space point container"};
32 
34  {this, "LinkDecorationKey", "measurementLink",
35  "Decoration key for the element link to clusters"};
37  {this, "ClusterDecorationKey", "measurements",
38  "Decoration key for the cluster bare pointer"};
39 };
40 
41 } // namespace ActsTrk
42 
43 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition: StoreGate/StoreGate/WriteDecorHandleKey.h:89
ReadDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
InDet::SpacePointReader::initialize
virtual StatusCode initialize() override
Definition: SpacePointReader.cxx:18
InDet::SpacePointReader::m_spacePointKey
SG::ReadHandleKey< xAOD::SpacePointContainer > m_spacePointKey
Definition: SpacePointReader.h:30
InDet
DUMMY Primary Vertex Finder.
Definition: VP1ErrorUtils.h:36
InDet::SpacePointReader::m_linkDecoration
SG::ReadDecorHandleKey< xAOD::SpacePointContainer > m_linkDecoration
Definition: SpacePointReader.h:34
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
InDet::SpacePointReader::SpacePointReader
SpacePointReader(const std::string &name, ISvcLocator *pSvcLocator)
Definition: SpacePointReader.cxx:13
InDet::SpacePointReader
Definition: SpacePointReader.h:20
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
InDet::SpacePointReader::execute
virtual StatusCode execute(const EventContext &) const override
Definition: SpacePointReader.cxx:37
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
InDet::SpacePointReader::m_clusterDecoration
SG::WriteDecorHandleKey< xAOD::SpacePointContainer > m_clusterDecoration
Definition: SpacePointReader.h:37
InDet::SpacePointReader::~SpacePointReader
virtual ~SpacePointReader() override=default
SpacePointContainer.h
SG::ReadDecorHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Definition: StoreGate/StoreGate/ReadDecorHandleKey.h:85