ATLAS Offline Software
Loading...
Searching...
No Matches
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
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.