5#ifndef MUONCOMBINEDALGS_MUONAEOTDECORATIONALG_H
6#define MUONCOMBINEDALGS_MUONAEOTDECORATIONALG_H
10#include "GaudiKernel/ToolHandle.h"
21 using AthReentrantAlgorithm::AthReentrantAlgorithm;
26 virtual StatusCode
execute(
const EventContext& ctx)
const override;
31 "Trks",
"Track particles to use for the decoration"};
34 "alignEffectChId",
"alignEffectChId decoration key"};
36 "alignEffectDeltaTrans",
"alignEffectDeltaTrans decoration"};
38 "alignEffectSigmaDeltaTrans",
"alignEffectSigmaDeltaTrans decoration key"};
41 "alignEffectDeltaAngle" ,
"alignEffectDeltaAngle decoration"};
43 "alignEffectSigmaDeltaAngle" ,
"alignEffectSigmaDeltaAngle decoration"};
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.
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_TrkContainer
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_chIdKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_sigmaDeltaTransKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_deltaTransKey
~MuonTrkAEOTDecorationAlg()=default
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_sigmaDeltaAngleKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_deltaAngleKey
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
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.