ATLAS Offline Software
Loading...
Searching...
No Matches
RpcMeasViewAlg.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_RPCMEASVIEWALG_H
6#define XAODMUONMEASVIEWALGS_RPCMEASVIEWALG_H
7
9
13
16
17
23
24namespace MuonR4 {
26 public:
27 using AthReentrantAlgorithm::AthReentrantAlgorithm;
28
29 ~RpcMeasViewAlg() = default;
30
31 StatusCode execute(const EventContext& ctx) const override;
32 StatusCode initialize() override;
33 private:
35 "Name of the xAOD::RpcStripContainer"};
36
37 SG::ReadHandleKey<xAOD::RpcStrip2DContainer> m_readKeyBI{this, "Strip2DKey", "xRpcBILStrips",
38 "Name of the xAOD::RpcStrip2DContainer"};
39
41 };
42}
43
44#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.