ATLAS Offline Software
Loading...
Searching...
No Matches
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
24
25namespace 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:
36 "Name of the xAOD::sTgcStripContainer"};
37
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
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::sTgcStripContainer > m_readKeyStrip
StatusCode initialize() override
SG::ReadHandleKey< xAOD::sTgcWireContainer > m_readKeyWire
SG::ReadHandleKey< xAOD::sTgcPadContainer > m_readKeyPad
StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< xAOD::sTgcMeasContainer > m_writeKey
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.