ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Trigger
TrigT1
Muon
L0MuonMDT
src
MDTSimulation.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef L0MuonMDT_MDTSIMULATION_H
5
#define L0MuonMDT_MDTSIMULATION_H
6
7
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
8
#include "
AthenaMonitoringKernel/Monitored.h
"
9
#include "
AthenaKernel/IAthRNGSvc.h
"
10
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
MuonRDO/MdtCsmContainer.h
"
13
#include "
xAODTrigger/MuonRoIContainer.h
"
14
#include "
MuonCablingData/MuonMDT_CablingMap.h
"
15
16
namespace
L0Muon
{
17
18
class
MDTSimulation
:
public
::AthReentrantAlgorithm
{
19
public
:
20
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
21
virtual
~MDTSimulation
() =
default
;
22
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
25
26
private
:
28
SG::ReadHandleKey<MdtCsmContainer>
m_keyMdtRdo
{
this
,
"MdtRdoKey"
,
"MDTCSM"
,
"Mdt RDO Input"
};
30
SG::WriteHandleKey<xAOD::MuonRoIContainer>
m_outputMuonRoIKey
{
this
,
"L0MuonBarrelKey"
,
"L0MuonBarrelRoI"
,
31
"key for LVL0 Muon RoIs in the barrel"
};
32
33
35
SG::ReadCondHandleKey<MuonMDT_CablingMap>
m_cablingKey
{
this
,
"CablingKey"
,
"MuonMDT_CablingMap"
,
"Key of MuonMDT_CablingMap"
};
36
37
ToolHandle<GenericMonitoringTool>
m_monTool
{
this
,
"MonTool"
,
""
,
"Monitoring Tool"
};
38
39
};
40
41
}
// end of namespace
42
43
#endif // L0MuonMDT_MDTSIMULATION_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
MuonRoIContainer.h
SG::ReadHandleKey< MdtCsmContainer >
L0Muon::MDTSimulation::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition:
MDTSimulation.cxx:28
MdtCsmContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition:
AthReentrantAlgorithm.h:74
L0Muon
Definition:
L0MuonSmearingAlg.cxx:13
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition:
StoreGate/StoreGate/WriteHandleKey.h:40
MuonMDT_CablingMap.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
L0Muon::MDTSimulation
Definition:
MDTSimulation.h:18
L0Muon::MDTSimulation::~MDTSimulation
virtual ~MDTSimulation()=default
Monitored.h
Header file to be included by clients of the Monitored infrastructure.
AthReentrantAlgorithm.h
L0Muon::MDTSimulation::m_monTool
ToolHandle< GenericMonitoringTool > m_monTool
Definition:
MDTSimulation.h:37
L0Muon::MDTSimulation::initialize
virtual StatusCode initialize() override
Definition:
MDTSimulation.cxx:13
L0Muon::MDTSimulation::m_cablingKey
SG::ReadCondHandleKey< MuonMDT_CablingMap > m_cablingKey
MDT cabling map.
Definition:
MDTSimulation.h:35
SG::ReadCondHandleKey< MuonMDT_CablingMap >
L0Muon::MDTSimulation::m_keyMdtRdo
SG::ReadHandleKey< MdtCsmContainer > m_keyMdtRdo
MDT Rdo.
Definition:
MDTSimulation.h:28
L0Muon::MDTSimulation::m_outputMuonRoIKey
SG::WriteHandleKey< xAOD::MuonRoIContainer > m_outputMuonRoIKey
Output RoIs.
Definition:
MDTSimulation.h:30
IAthRNGSvc.h
Generated on Tue May 27 2025 21:13:51 for ATLAS Offline Software by
1.8.18