ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonCnv
xAODMuonTrkPrepDataCnv
src
xTgcMeasToTrkPrdCnvAlg.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_xTGCTOPRDCNVALG_H
5
#define XAODMUONTRKPREPDATACNV_xTGCTOPRDCNVALG_H
6
7
8
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "
StoreGate/ReadCondHandleKey.h
"
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
StoreGate/WriteHandleKey.h
"
13
#include "
StoreGate/WriteDecorHandleKey.h
"
14
15
#include "
xAODMuonPrepData/TgcStripContainer.h
"
16
#include "
MuonPrepRawData/TgcPrepDataContainer.h
"
17
#include "
MuonReadoutGeometry/MuonDetectorManager.h
"
18
19
20
namespace
MuonR4
{
22
class
xTgcMeasToTrkPrdCnvAlg
:
public
AthReentrantAlgorithm
{
23
public
:
24
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
25
26
virtual
StatusCode
initialize
()
override
final
;
27
28
virtual
StatusCode
execute
(
const
EventContext& ctx)
const
override
final
;
29
30
private
:
31
ServiceHandle<Muon::IMuonIdHelperSvc>
m_idHelperSvc
{
this
,
"MuonIdHelperSvc"
,
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"
};
32
33
SG::ReadHandleKey<xAOD::TgcStripContainer>
m_readKey
{
this
,
"ReadKey"
,
"xTgcStrips"
};
34
35
SG::WriteDecorHandleKey<xAOD::TgcStripContainer>
m_linkKey
{
this
,
"PrdLinkKey"
,
m_readKey
,
"tgcTrkPrdLink"
};
36
37
SG::WriteHandleKey<Muon::TgcPrepDataContainer>
m_writeKey
{
this
,
"WriteKey"
,
"TGC_MeasurementsAllBCs"
,
"Key for RPC PRD Container"
};
38
39
SG::ReadCondHandleKey<MuonGM::MuonDetectorManager>
m_detMgrKey
{
this
,
"DetectorManagerKey"
,
"MuonDetectorManager"
,
40
"Key of input MuonDetectorManager condition data"
};
41
42
};
43
}
44
45
#endif
AthReentrantAlgorithm.h
MuonDetectorManager.h
ReadCondHandleKey.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.
TgcPrepDataContainer.h
TgcStripContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
MuonR4::xTgcMeasToTrkPrdCnvAlg
Conversion algorithm to turn xAOD TGC measurements into Trk::TgcPrepData.
Definition
xTgcMeasToTrkPrdCnvAlg.h:22
MuonR4::xTgcMeasToTrkPrdCnvAlg::m_linkKey
SG::WriteDecorHandleKey< xAOD::TgcStripContainer > m_linkKey
Definition
xTgcMeasToTrkPrdCnvAlg.h:35
MuonR4::xTgcMeasToTrkPrdCnvAlg::m_readKey
SG::ReadHandleKey< xAOD::TgcStripContainer > m_readKey
Definition
xTgcMeasToTrkPrdCnvAlg.h:33
MuonR4::xTgcMeasToTrkPrdCnvAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
xTgcMeasToTrkPrdCnvAlg.cxx:25
MuonR4::xTgcMeasToTrkPrdCnvAlg::m_detMgrKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
Definition
xTgcMeasToTrkPrdCnvAlg.h:39
MuonR4::xTgcMeasToTrkPrdCnvAlg::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition
xTgcMeasToTrkPrdCnvAlg.h:31
MuonR4::xTgcMeasToTrkPrdCnvAlg::initialize
virtual StatusCode initialize() override final
Definition
xTgcMeasToTrkPrdCnvAlg.cxx:16
MuonR4::xTgcMeasToTrkPrdCnvAlg::m_writeKey
SG::WriteHandleKey< Muon::TgcPrepDataContainer > m_writeKey
Definition
xTgcMeasToTrkPrdCnvAlg.h:37
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