ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonCnv
xAODMuonTrkPrepDataCnv
src
xRpcMeasToTrkPrdCnvAlg.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 XAODMUONTRKPREPDATACNV_xRPCTOPRDCNVALG_H
5
#define XAODMUONTRKPREPDATACNV_xRPCTOPRDCNVALG_H
6
7
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
8
#include "
StoreGate/ReadCondHandleKey.h
"
9
#include "
StoreGate/ReadHandleKey.h
"
10
#include "
StoreGate/WriteHandleKey.h
"
11
#include "
StoreGate/WriteDecorHandleKey.h
"
12
13
#include "
xAODMuonPrepData/RpcMeasurementContainer.h
"
14
#include "
MuonPrepRawData/RpcPrepDataContainer.h
"
15
#include "
MuonReadoutGeometry/MuonDetectorManager.h
"
16
17
namespace
MuonR4
{
19
class
xRpcMeasToTrkPrdCnvAlg
:
public
AthReentrantAlgorithm
{
20
public
:
21
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
22
23
virtual
~xRpcMeasToTrkPrdCnvAlg
() =
default
;
24
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
27
private
:
28
ServiceHandle<Muon::IMuonIdHelperSvc>
m_idHelperSvc
{
this
,
"MuonIdHelperSvc"
,
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"
};
29
30
SG::ReadHandleKey<xAOD::RpcMeasurementContainer>
m_readKey
{
this
,
"ReadKey"
,
"xRpcMeasurements"
};
31
32
SG::WriteDecorHandleKey<xAOD::RpcMeasurementContainer>
m_linkKey
{
this
,
"PrdLinkKey"
,
m_readKey
,
"rpcTrkPrdLink"
};
33
34
SG::WriteHandleKey<Muon::RpcPrepDataContainer>
m_writeKey
{
this
,
"WriteKey"
,
"RPC_Measurements"
,
"Key for RPC PRD Container"
};
35
36
SG::ReadCondHandleKey<MuonGM::MuonDetectorManager>
m_detMgrKey
{
this
,
"DetectorManagerKey"
,
"MuonDetectorManager"
,
37
"Key of input MuonDetectorManager condition data"
};
38
39
40
};
41
42
}
43
44
#endif
AthReentrantAlgorithm.h
MuonDetectorManager.h
ReadCondHandleKey.h
RpcMeasurementContainer.h
RpcPrepDataContainer.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle 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::xRpcMeasToTrkPrdCnvAlg
Conversion algorithm to turn xAOD::RpcMeasurements into Trk::RpcPrepData.
Definition
xRpcMeasToTrkPrdCnvAlg.h:19
MuonR4::xRpcMeasToTrkPrdCnvAlg::m_readKey
SG::ReadHandleKey< xAOD::RpcMeasurementContainer > m_readKey
Definition
xRpcMeasToTrkPrdCnvAlg.h:30
MuonR4::xRpcMeasToTrkPrdCnvAlg::~xRpcMeasToTrkPrdCnvAlg
virtual ~xRpcMeasToTrkPrdCnvAlg()=default
MuonR4::xRpcMeasToTrkPrdCnvAlg::m_linkKey
SG::WriteDecorHandleKey< xAOD::RpcMeasurementContainer > m_linkKey
Definition
xRpcMeasToTrkPrdCnvAlg.h:32
MuonR4::xRpcMeasToTrkPrdCnvAlg::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition
xRpcMeasToTrkPrdCnvAlg.h:28
MuonR4::xRpcMeasToTrkPrdCnvAlg::m_writeKey
SG::WriteHandleKey< Muon::RpcPrepDataContainer > m_writeKey
Definition
xRpcMeasToTrkPrdCnvAlg.h:34
MuonR4::xRpcMeasToTrkPrdCnvAlg::m_detMgrKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
Definition
xRpcMeasToTrkPrdCnvAlg.h:36
MuonR4::xRpcMeasToTrkPrdCnvAlg::initialize
virtual StatusCode initialize() override
Definition
xRpcMeasToTrkPrdCnvAlg.cxx:20
MuonR4::xRpcMeasToTrkPrdCnvAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
xRpcMeasToTrkPrdCnvAlg.cxx:28
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteDecorHandleKey
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Definition
StoreGate/StoreGate/WriteDecorHandleKey.h:90
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
ServiceHandle
Definition
ClusterMakerTool.h:36
MuonR4
This header ties the generic definitions in this package.
Definition
GlobalPattern.h:14
Generated on
for ATLAS Offline Software by
1.17.0