ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcMeasViewAlg.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_STGCMEASVIEWALG_H
5#define XAODMUONMEASVIEWALGS_STGCMEASVIEWALG_H
6
8
13
15
16
22
23namespace MuonR4 {
25 public:
26 using AthReentrantAlgorithm::AthReentrantAlgorithm;
27
28 ~sTgcMeasViewAlg() = default;
29
30 StatusCode execute(const EventContext& ctx) const override;
31 StatusCode initialize() override;
32 private:
34 "Name of the xAOD::sTgcStripContainer"};
35
37 "Name of the xAOD::sTgcWireContainer"};
38
40 "Name of the xAOD::sTgcPadContainer"};
41
42 SG::WriteHandleKey<xAOD::sTgcMeasContainer> m_writeKey{this, "WriteKey", "xAODsTgcMeasurements"};
43 };
44}
45
46#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.