ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonCnv
xAODMuonTrkPrepDataCnv
src
xMdtMeasToTrkPrdCnvAlg.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_xMDTTOPRDCNVALG_H
5
#define XAODMUONTRKPREPDATACNV_xMDTTOPRDCNVALG_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/MdtDriftCircleContainer.h
"
14
15
16
#include "
MuonPrepRawData/MdtPrepData.h
"
17
#include "
MuonPrepRawData/MdtTwinPrepData.h
"
18
#include "
MuonPrepRawData/MuonPrepDataContainer.h
"
19
20
21
#include "
MuonReadoutGeometry/MuonDetectorManager.h
"
22
23
namespace
MuonR4
{
25
class
xMdtMeasToTrkPrdCnvAlg
:
public
AthReentrantAlgorithm
{
26
public
:
27
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
28
29
virtual
~xMdtMeasToTrkPrdCnvAlg
() =
default
;
30
31
virtual
StatusCode
initialize
()
override
;
32
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
33
private
:
34
ServiceHandle<Muon::IMuonIdHelperSvc>
m_idHelperSvc
{
this
,
"MuonIdHelperSvc"
,
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"
};
35
36
SG::ReadHandleKey<xAOD::MdtDriftCircleContainer>
m_readKey
{
this
,
"xAODKey"
,
"xMdtMeasurements"
};
37
38
SG::WriteDecorHandleKey<xAOD::MdtDriftCircleContainer>
m_linkKey
{
this
,
"PrdLinkKey"
,
m_readKey
,
"mdtTrkPrdLink"
};
39
40
SG::WriteHandleKey<Muon::MdtPrepDataContainer>
m_writeKey
{
this
,
"WriteKey"
,
"MDT_DriftCircles"
};
41
42
SG::ReadCondHandleKey<MuonGM::MuonDetectorManager>
m_detMgrKey
{
this
,
"DetectorManagerKey"
,
"MuonDetectorManager"
,
43
"Key of input MuonDetectorManager condition data"
};
44
45
46
};
47
48
}
49
50
#endif
AthReentrantAlgorithm.h
MdtDriftCircleContainer.h
MdtPrepData.h
MdtTwinPrepData.h
MuonDetectorManager.h
MuonPrepDataContainer.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.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
MuonR4::xMdtMeasToTrkPrdCnvAlg
Conversion algorithm to turn xAOD::mdtMeasurements into Trk::MdtPrepData.
Definition
xMdtMeasToTrkPrdCnvAlg.h:25
MuonR4::xMdtMeasToTrkPrdCnvAlg::m_readKey
SG::ReadHandleKey< xAOD::MdtDriftCircleContainer > m_readKey
Definition
xMdtMeasToTrkPrdCnvAlg.h:36
MuonR4::xMdtMeasToTrkPrdCnvAlg::~xMdtMeasToTrkPrdCnvAlg
virtual ~xMdtMeasToTrkPrdCnvAlg()=default
MuonR4::xMdtMeasToTrkPrdCnvAlg::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition
xMdtMeasToTrkPrdCnvAlg.h:34
MuonR4::xMdtMeasToTrkPrdCnvAlg::m_writeKey
SG::WriteHandleKey< Muon::MdtPrepDataContainer > m_writeKey
Definition
xMdtMeasToTrkPrdCnvAlg.h:40
MuonR4::xMdtMeasToTrkPrdCnvAlg::m_detMgrKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detMgrKey
Definition
xMdtMeasToTrkPrdCnvAlg.h:42
MuonR4::xMdtMeasToTrkPrdCnvAlg::m_linkKey
SG::WriteDecorHandleKey< xAOD::MdtDriftCircleContainer > m_linkKey
Definition
xMdtMeasToTrkPrdCnvAlg.h:38
MuonR4::xMdtMeasToTrkPrdCnvAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
xMdtMeasToTrkPrdCnvAlg.cxx:30
MuonR4::xMdtMeasToTrkPrdCnvAlg::initialize
virtual StatusCode initialize() override
Definition
xMdtMeasToTrkPrdCnvAlg.cxx:22
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