ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonCnv
xAODMuonViewAlgs
src
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
7
#include <
AthenaBaseComps/AthReentrantAlgorithm.h
>
8
9
#include <
xAODMuonPrepData/RpcStripContainer.h
>
10
#include <
xAODMuonPrepData/RpcStrip2DContainer.h
>
11
#include <
xAODMuonPrepData/RpcMeasurementContainer.h
>
12
13
#include <
StoreGate/ReadHandleKey.h
>
14
#include <
StoreGate/WriteHandleKey.h
>
15
16
22
23
namespace
MuonR4
{
24
class
RpcMeasViewAlg
:
public
AthReentrantAlgorithm
{
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
:
33
SG::ReadHandleKey<xAOD::RpcStripContainer>
m_readKey1D
{
this
,
"Strip1DKey"
,
"xRpcStrips"
,
34
"Name of the xAOD::RpcStripContainer"
};
35
36
SG::ReadHandleKey<xAOD::RpcStrip2DContainer>
m_readKeyBI
{
this
,
"Strip2DKey"
,
"xRpcBILStrips"
,
37
"Name of the xAOD::RpcStrip2DContainer"
};
38
39
SG::WriteHandleKey<xAOD::RpcMeasurementContainer>
m_writeKey
{
this
,
"WriteKey"
,
"xRpcMeasurements"
};
40
};
41
}
42
43
#endif
AthReentrantAlgorithm.h
RpcMeasurementContainer.h
RpcStrip2DContainer.h
RpcStripContainer.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
MuonR4::RpcMeasViewAlg
Definition
RpcMeasViewAlg.h:24
MuonR4::RpcMeasViewAlg::m_readKeyBI
SG::ReadHandleKey< xAOD::RpcStrip2DContainer > m_readKeyBI
Definition
RpcMeasViewAlg.h:36
MuonR4::RpcMeasViewAlg::m_readKey1D
SG::ReadHandleKey< xAOD::RpcStripContainer > m_readKey1D
Definition
RpcMeasViewAlg.h:33
MuonR4::RpcMeasViewAlg::~RpcMeasViewAlg
~RpcMeasViewAlg()=default
MuonR4::RpcMeasViewAlg::initialize
StatusCode initialize() override
Definition
RpcMeasViewAlg.cxx:13
MuonR4::RpcMeasViewAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition
RpcMeasViewAlg.cxx:20
MuonR4::RpcMeasViewAlg::m_writeKey
SG::WriteHandleKey< xAOD::RpcMeasurementContainer > m_writeKey
Definition
RpcMeasViewAlg.h:39
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
MuonR4
This header ties the generic definitions in this package.
Definition
GlobalPattern.h:14
Generated on
for ATLAS Offline Software by
1.17.0