ATLAS Offline Software
Loading...
Searching...
No Matches
RpcMeasViewAlg.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_RPCMEASVIEWALG_H
5#define XAODMUONMEASVIEWALGS_RPCMEASVIEWALG_H
6
8
12
15
16
22
23namespace MuonR4 {
25 public:
26 using AthReentrantAlgorithm::AthReentrantAlgorithm;
27
28 ~RpcMeasViewAlg() = default;
29
30 StatusCode execute(const EventContext& ctx) const override;
31 StatusCode initialize() override;
32 private:
34 "Name of the xAOD::RpcStripContainer"};
35
36 SG::ReadHandleKey<xAOD::RpcStrip2DContainer> m_readKeyBI{this, "Strip2DKey", "xRpcBILStrips",
37 "Name of the xAOD::RpcStrip2DContainer"};
38
40 };
41}
42
43#endif
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.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< xAOD::RpcStrip2DContainer > m_readKeyBI
SG::ReadHandleKey< xAOD::RpcStripContainer > m_readKey1D
StatusCode initialize() override
StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< xAOD::RpcMeasurementContainer > 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.