ATLAS Offline Software
MuonTrkAEOTDecorationAlg.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 MUONCOMBINEDALGS_MUONAEOTDECORATIONALG_H
6 #define MUONCOMBINEDALGS_MUONAEOTDECORATIONALG_H
7 
8 
10 #include "GaudiKernel/ToolHandle.h"
15 /*
16  Algorithm to decorate the alignment effect on track information on a muon track particle
17 */
18 
20  public:
21  using AthReentrantAlgorithm::AthReentrantAlgorithm;
22 
24 
25  virtual StatusCode initialize() override;
26  virtual StatusCode execute(const EventContext& ctx) const override;
27  private:
28  ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29 
31  "Trks", "Track particles to use for the decoration"};
32 
34  "alignEffectChId", "alignEffectChId decoration key"};
36  "alignEffectDeltaTrans", "alignEffectDeltaTrans decoration"};
38  "alignEffectSigmaDeltaTrans", "alignEffectSigmaDeltaTrans decoration key"};
39 
41  "alignEffectDeltaAngle" , "alignEffectDeltaAngle decoration"};
43  "alignEffectSigmaDeltaAngle" , "alignEffectSigmaDeltaAngle decoration"};
44 
45 };
46 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer >
MuonTrkAEOTDecorationAlg::initialize
virtual StatusCode initialize() override
Definition: MuonTrkAEOTDecorationAlg.cxx:10
MuonTrkAEOTDecorationAlg::m_TrkContainer
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_TrkContainer
Definition: MuonTrkAEOTDecorationAlg.h:30
MuonTrkAEOTDecorationAlg::m_deltaTransKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_deltaTransKey
Definition: MuonTrkAEOTDecorationAlg.h:35
SG::ReadHandleKey< xAOD::TrackParticleContainer >
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MuonTrkAEOTDecorationAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition: MuonTrkAEOTDecorationAlg.cxx:25
AthReentrantAlgorithm.h
MuonTrkAEOTDecorationAlg::~MuonTrkAEOTDecorationAlg
~MuonTrkAEOTDecorationAlg()=default
MuonTrkAEOTDecorationAlg
Definition: MuonTrkAEOTDecorationAlg.h:19
MuonTrkAEOTDecorationAlg::m_chIdKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_chIdKey
Definition: MuonTrkAEOTDecorationAlg.h:33
MuonTrkAEOTDecorationAlg::m_deltaAngleKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_deltaAngleKey
Definition: MuonTrkAEOTDecorationAlg.h:40
MuonTrkAEOTDecorationAlg::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition: MuonTrkAEOTDecorationAlg.h:28
TrackParticleContainer.h
IMuonIdHelperSvc.h
MuonTrkAEOTDecorationAlg::m_sigmaDeltaAngleKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_sigmaDeltaAngleKey
Definition: MuonTrkAEOTDecorationAlg.h:42
ServiceHandle< Muon::IMuonIdHelperSvc >
MuonTrkAEOTDecorationAlg::m_sigmaDeltaTransKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_sigmaDeltaTransKey
Definition: MuonTrkAEOTDecorationAlg.h:37