Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
MdtMeasViewAlg.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_MDTMEASVIEWALG_H
6 #define XAODMUONMEASVIEWALGS_MDTMEASVIEWALG_H
7 
9 
12 
14 
15 
20 namespace MuonR4 {
22  public:
23  using AthReentrantAlgorithm::AthReentrantAlgorithm;
24 
25  ~MdtMeasViewAlg() = default;
26 
27  StatusCode execute(const EventContext& ctx) const override;
28  StatusCode initialize() override;
29  private:
30  SG::ReadHandleKey<xAOD::MdtDriftCircleContainer> m_readKey1D{this, "DriftCircle1DKey", "xMdtDriftCircles",
31  "Name of the standard 1D measurements"};
32 
33  SG::ReadHandleKey<xAOD::MdtTwinDriftCircleContainer> m_readKey2D{this, "DriftCircle2DKey", "xMdtTwinDriftCircles",
34  "Name of the twin tube 2D measurements"};
35 
36  SG::WriteHandleKey<xAOD::MdtDriftCircleContainer> m_writeKey{this, "WriteKey", "xMdtMeasurements"};
37 
38  };
39 }
40 
41 #endif
MuonR4::MdtMeasViewAlg::m_readKey1D
SG::ReadHandleKey< xAOD::MdtDriftCircleContainer > m_readKey1D
Definition: MdtMeasViewAlg.h:30
MuonR4::MdtMeasViewAlg::m_readKey2D
SG::ReadHandleKey< xAOD::MdtTwinDriftCircleContainer > m_readKey2D
Definition: MdtMeasViewAlg.h:33
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
MuonR4::MdtMeasViewAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition: MdtMeasViewAlg.cxx:18
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:74
MdtTwinDriftCircleContainer.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
MuonR4::MdtMeasViewAlg::initialize
StatusCode initialize() override
Definition: MdtMeasViewAlg.cxx:12
AthReentrantAlgorithm.h
MdtDriftCircleContainer.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MuonR4::MdtMeasViewAlg
Definition: MdtMeasViewAlg.h:21
MuonR4
This header ties the generic definitions in this package.
Definition: HoughEventData.h:16
MuonR4::MdtMeasViewAlg::m_writeKey
SG::WriteHandleKey< xAOD::MdtDriftCircleContainer > m_writeKey
Definition: MdtMeasViewAlg.h:36
MuonR4::MdtMeasViewAlg::~MdtMeasViewAlg
~MdtMeasViewAlg()=default