Loading [MathJax]/extensions/tex2jax.js
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
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
TrigMonitoring
TrigMuonMonitoring
src
L1MuonMon.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGMUONMONITORING_L1MUONMON_H
6
#define TRIGMUONMONITORING_L1MUONMON_H
7
8
#include "
TrigMuonMonitorAlgorithm.h
"
9
#include "
xAODTrigger/MuonRoIContainer.h
"
10
11
12
/*
13
This is a class for monitoring L1Muon.
14
*/
15
class
L1MuonMon
:
public
TrigMuonMonitorAlgorithm
{
16
17
public
:
18
L1MuonMon
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
19
20
virtual
StatusCode
initialize
()
override
;
21
22
protected
:
23
virtual
StatusCode
fillVariables
(
const
EventContext &ctx)
const override
;
24
25
26
private
:
27
SG::ReadHandleKey<xAOD::MuonRoIContainer>
m_MuonRoIContainerKey
{
this
,
"MuonRoIContainerName"
,
"LVL1MuonRoIs"
,
"Level 1 muon container"
};
28
29
30
};
31
32
#endif //TRIGMUONMONITORING_L1MUONMON_H
L1MuonMon::L1MuonMon
L1MuonMon(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
L1MuonMon.cxx:8
TrigMuonMonitorAlgorithm.h
MuonRoIContainer.h
L1MuonMon::m_MuonRoIContainerKey
SG::ReadHandleKey< xAOD::MuonRoIContainer > m_MuonRoIContainerKey
Definition:
L1MuonMon.h:27
SG::ReadHandleKey< xAOD::MuonRoIContainer >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
L1MuonMon
Definition:
L1MuonMon.h:15
TrigMuonMonitorAlgorithm
Base class from which analyzers can define a derived class to do specific analysis.
Definition:
TrigMuonMonitorAlgorithm.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
L1MuonMon::fillVariables
virtual StatusCode fillVariables(const EventContext &ctx) const override
Function that fills variables by just retrieving containers of trigger objects.
Definition:
L1MuonMon.cxx:20
L1MuonMon::initialize
virtual StatusCode initialize() override
initialize
Definition:
L1MuonMon.cxx:13
Generated on Mon Apr 7 2025 21:13:28 for ATLAS Offline Software by
1.8.18