5#ifndef MUONCOMBINEDDECORATIONALGS_MONPRECISIONLAYERDECORALG_H
6#define MUONCOMBINEDDECORATIONALGS_MONPRECISIONLAYERDECORALG_H
10#include "GaudiKernel/ToolHandle.h"
23 using AthReentrantAlgorithm::AthReentrantAlgorithm;
27 virtual StatusCode
execute(
const EventContext& ctx)
const override;
31 "Muons",
"Muon container for AEOT decoration"};
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." };
42 "numberOfGoodPrecisionLayers" ,
"numberOfGoodPrecisionLayers decoration"};
44 "isSmallGoodSectors" ,
"isSmallGoodSectors decoration"};
46 "isEndcapGoodLayers" ,
"isEndcapGoodLayers decoration"};
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