ATLAS Offline Software
Loading...
Searching...
No Matches
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
19
20namespace 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
37
38 };
39}
40
41#endif
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< xAOD::MdtTwinDriftCircleContainer > m_readKey2D
StatusCode initialize() override
StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< xAOD::MdtDriftCircleContainer > m_writeKey
SG::ReadHandleKey< xAOD::MdtDriftCircleContainer > m_readKey1D
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
This header ties the generic definitions in this package.