ATLAS Offline Software
MdtMeasViewAlg.h
Go to the documentation of this file.
1 
2 /*
3  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4 */
5 #ifndef XAODMUONMEASVIEWALGS_MDTMEASVIEWALG_H
6 #define XAODMUONMEASVIEWALGS_MDTMEASVIEWALG_H
7 
9 
12 
15 
16 
21 namespace MuonR4 {
23  public:
25 
26  ~MdtMeasViewAlg() = default;
27 
28  StatusCode execute(const EventContext& ctx) const override;
29  StatusCode initialize() override;
30  private:
31  SG::ReadHandleKey<xAOD::MdtDriftCircleContainer> m_readKey1D{this, "DriftCircle1DKey", "xMdtDriftCircles",
32  "Name of the standard 1D measurements"};
33 
34  SG::ReadHandleKey<xAOD::MdtTwinDriftCircleContainer> m_readKey2D{this, "DriftCircle2DKey", "xMdtTwinDriftCircles",
35  "Name of the twin tube 2D measurements"};
36 
37  SG::WriteHandleKey<xAOD::MdtDriftCircleContainer> m_writeKey{this, "WriteKey", "xMdtMeasurements"};
38 
39  };
40 }
41 
42 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
MuonR4::MdtMeasViewAlg::m_readKey1D
SG::ReadHandleKey< xAOD::MdtDriftCircleContainer > m_readKey1D
Definition: MdtMeasViewAlg.h:31
MuonR4::MdtMeasViewAlg::m_readKey2D
SG::ReadHandleKey< xAOD::MdtTwinDriftCircleContainer > m_readKey2D
Definition: MdtMeasViewAlg.h:34
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:19
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
MdtTwinDriftCircleContainer.h
AthReentrantAlgorithm::AthReentrantAlgorithm
AthReentrantAlgorithm()
Default constructor:
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:13
AthReentrantAlgorithm.h
MdtDriftCircleContainer.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
MuonR4::MdtMeasViewAlg
Definition: MdtMeasViewAlg.h:22
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:37
MuonR4::MdtMeasViewAlg::~MdtMeasViewAlg
~MdtMeasViewAlg()=default