ATLAS Offline Software
Loading...
Searching...
No Matches
MdtMeasViewAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef XAODMUONMEASVIEWALGS_MDTMEASVIEWALG_H
5#define XAODMUONMEASVIEWALGS_MDTMEASVIEWALG_H
6
8
11
13
14
18
19namespace MuonR4 {
21 public:
22 using AthReentrantAlgorithm::AthReentrantAlgorithm;
23
24 ~MdtMeasViewAlg() = default;
25
26 StatusCode execute(const EventContext& ctx) const override;
27 StatusCode initialize() override;
28 private:
29 SG::ReadHandleKey<xAOD::MdtDriftCircleContainer> m_readKey1D{this, "DriftCircle1DKey", "xMdtDriftCircles",
30 "Name of the standard 1D measurements"};
31
32 SG::ReadHandleKey<xAOD::MdtTwinDriftCircleContainer> m_readKey2D{this, "DriftCircle2DKey", "xMdtTwinDriftCircles",
33 "Name of the twin tube 2D measurements"};
34
36
37 };
38}
39
40#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.