ATLAS Offline Software
Loading...
Searching...
No Matches
MeasurementMarkerAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONOBJECTMARKER_MEASUREMENTMARKERALG_H
5#define MUONOBJECTMARKER_MEASUREMENTMARKERALG_H
6
8
13
17
18namespace MuonR4{
24 public:
25 using AthReentrantAlgorithm::AthReentrantAlgorithm;
27
28 virtual StatusCode initialize() override final;
29 virtual StatusCode execute(const EventContext& ctx) const override final;
30 private:
32 SG::ReadHandleKey<xAOD::MuonSegmentContainer> m_segKey{this, "SegmentKey", "MuonSegments" };
41
42 Gaudi::Property<std::string> m_segLink{this, "SegmentLinkKey", ""};
45
46 };
47}
48
49#endif
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
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.
An algorithm that can be simultaneously executed in multiple threads.
Algorithm that marks the uncalibrated measurements making up a segment, where the segment passes an a...
SG::ReadHandleKeyArray< xAOD::UncalibratedMeasurementContainer > m_measKeys
Key to the segment container to fetch the marked segments.
SG::WriteDecorHandleKeyArray< xAOD::UncalibratedMeasurementContainer > m_writeMarkKeys
Key to the decoration.
Gaudi::Property< std::string > m_segLink
virtual StatusCode execute(const EventContext &ctx) const override final
virtual StatusCode initialize() override final
SG::WriteDecorHandleKeyArray< xAOD::UncalibratedMeasurementContainer > m_writeSegLinkKeys
Key to the decoration.
SG::ReadDecorHandleKey< xAOD::MuonSegmentContainer > m_readMarkKey
Key to the decoration to fetch the marked muons.
SG::ReadHandleKey< xAOD::MuonSegmentContainer > m_segKey
Key to the primary muon container to select the muon from.
SG::ReadDecorHandleKey< xAOD::MuonSegmentContainer > m_prdLinkKey
Key to the prd association decoration.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
This header ties the generic definitions in this package.
Forward declaration.
DecorHandleKeyArray< WriteDecorHandle< T, S >, WriteDecorHandleKey< T >, Gaudi::DataHandle::Writer > WriteDecorHandleKeyArray
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
#define private