ATLAS Offline Software
Loading...
Searching...
No Matches
MuonPrecisionLayerDecorAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCOMBINEDDECORATIONALGS_MONPRECISIONLAYERDECORALG_H
6#define MUONCOMBINEDDECORATIONALGS_MONPRECISIONLAYERDECORALG_H
7
8
10#include "GaudiKernel/ToolHandle.h"
11
16
17/*
18 Algorithm to decorate the muon precision layers to the muon
19*/
20
22 public:
23 using AthReentrantAlgorithm::AthReentrantAlgorithm;
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode execute(const EventContext& ctx) const override;
28 private:
29
31 "Muons", "Muon container for AEOT decoration"};
32
34 {"ExtrapolatedMuonTrackParticles",
35 "CombinedMuonTrackParticles",
36 "MSOnlyExtrapolatedMuonTrackParticles"},
37 "List of track containers serving as primary tracks"};
39 "Use the alignEffectChId decoration as hook to schedule this alg correctly." };
40
42 "numberOfGoodPrecisionLayers" , "numberOfGoodPrecisionLayers decoration"};
44 "isSmallGoodSectors" , "isSmallGoodSectors decoration"};
46 "isEndcapGoodLayers" , "isEndcapGoodLayers decoration"};
47
48};
49#endif
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.
SG::ReadHandleKey< xAOD::MuonContainer > m_MuonContainer
SG::ReadDecorHandleKeyArray< xAOD::TrackParticleContainer > m_trkAlignReadKey
SG::ReadHandleKeyArray< xAOD::TrackParticleContainer > m_TrackContainer
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_goodPrecLayerKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_isEndcapGoodLayersKey
SG::WriteDecorHandleKey< xAOD::MuonContainer > m_isGoodSmallKey
~MuonPrecisionLayerDecorAlg()=default
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
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.
DecorHandleKeyArray< ReadDecorHandle< T, S >, ReadDecorHandleKey< T >, Gaudi::DataHandle::Reader > ReadDecorHandleKeyArray
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray