Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
sTgcMeasViewAlg.h
Go to the documentation of this file.
1 
2 /*
3  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
4 */
5 #ifndef XAODMUONMEASVIEWALGS_STGCMEASVIEWALG_H
6 #define XAODMUONMEASVIEWALGS_STGCMEASVIEWALG_H
7 
9 
14 
15 
17 
18 
25 namespace MuonR4 {
27  public:
28  using AthReentrantAlgorithm::AthReentrantAlgorithm;
29 
30  ~sTgcMeasViewAlg() = default;
31 
32  StatusCode execute(const EventContext& ctx) const override;
33  StatusCode initialize() override;
34  private:
35  SG::ReadHandleKey<xAOD::sTgcStripContainer> m_readKeyStrip{this, "StripKey", "xAODsTgcStrips",
36  "Name of the xAOD::sTgcStripContainer"};
37 
38  SG::ReadHandleKey<xAOD::sTgcWireContainer> m_readKeyWire{this, "WireKey", "xAODsTgcWires",
39  "Name of the xAOD::sTgcWireContainer"};
40 
42  "Name of the xAOD::sTgcPadContainer"};
43 
44  SG::WriteHandleKey<xAOD::sTgcMeasContainer> m_writeKey{this, "WriteKey", "xAODsTgcMeasurements"};
45  };
46 }
47 
48 #endif
MuonR4::sTgcMeasViewAlg
Definition: sTgcMeasViewAlg.h:26
MuonR4::sTgcMeasViewAlg::m_readKeyStrip
SG::ReadHandleKey< xAOD::sTgcStripContainer > m_readKeyStrip
Definition: sTgcMeasViewAlg.h:35
MuonR4::sTgcMeasViewAlg::m_writeKey
SG::WriteHandleKey< xAOD::sTgcMeasContainer > m_writeKey
Definition: sTgcMeasViewAlg.h:44
MuonR4::sTgcMeasViewAlg::m_readKeyWire
SG::ReadHandleKey< xAOD::sTgcWireContainer > m_readKeyWire
Definition: sTgcMeasViewAlg.h:38
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
MuonR4::sTgcMeasViewAlg::m_readKeyPad
SG::ReadHandleKey< xAOD::sTgcPadContainer > m_readKeyPad
Definition: sTgcMeasViewAlg.h:41
sTgcMeasContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
sTgcWireContainer.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MuonR4::sTgcMeasViewAlg::initialize
StatusCode initialize() override
Definition: sTgcMeasViewAlg.cxx:13
sTgcPadContainer.h
MuonR4
This header ties the generic definitions in this package.
Definition: HoughEventData.h:16
MuonR4::sTgcMeasViewAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition: sTgcMeasViewAlg.cxx:21
sTgcStripContainer.h
MuonR4::sTgcMeasViewAlg::~sTgcMeasViewAlg
~sTgcMeasViewAlg()=default