|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef INDET_MEASUREMENT_UTILITIES_SPACEPOINTS_READER_H
6 #define INDET_MEASUREMENT_UTILITIES_SPACEPOINTS_READER_H
9 #include "GaudiKernel/EventContext.h"
30 {
this,
"SpacePointKey",
"",
31 "Key for input space point container"};
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"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::SpacePointContainer > m_spacePointKey
SG::ReadDecorHandleKey< xAOD::SpacePointContainer > m_linkDecoration
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SpacePointReader(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
virtual StatusCode execute(const EventContext &) const override
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteDecorHandleKey< xAOD::SpacePointContainer > m_clusterDecoration
virtual ~SpacePointReader() override=default
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.