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
PhysicsAnalysis
AnalysisTrigger
AnalysisTriggerEvent
src
LVL1_ROI.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: LVL1_ROI.cxx,v 1.2 2008-05-08 15:00:11 krasznaa Exp $
6
7
// Local include(s):
8
#include "
AnalysisTriggerEvent/LVL1_ROI.h
"
9
14
LVL1_ROI::LVL1_ROI
()
15
: m_muonROIs( 0 ), m_emtauROIs( 0 ), m_jetROIs( 0 ), m_jetetROIs( 0 ),
16
m_energysumROIs( 0 ) {
17
18
}
19
23
LVL1_ROI::~LVL1_ROI
() {
24
25
}
26
31
void
LVL1_ROI::clear
() {
32
33
m_muonROIs
.clear();
34
m_emtauROIs
.clear();
35
m_jetROIs
.clear();
36
m_jetetROIs
.clear();
37
m_energysumROIs
.clear();
38
39
return
;
40
}
LVL1_ROI::m_emtauROIs
emtaus_type m_emtauROIs
Vector of em/tau RoIs.
Definition:
LVL1_ROI.h:89
LVL1_ROI::m_jetROIs
jets_type m_jetROIs
Vector of jet RoIs.
Definition:
LVL1_ROI.h:90
LVL1_ROI::m_energysumROIs
energysums_type m_energysumROIs
Vector of energy sum RoIs.
Definition:
LVL1_ROI.h:92
LVL1_ROI::LVL1_ROI
LVL1_ROI()
Constructor.
Definition:
LVL1_ROI.cxx:14
LVL1_ROI::~LVL1_ROI
~LVL1_ROI()
Destructor.
Definition:
LVL1_ROI.cxx:23
LVL1_ROI.h
LVL1_ROI::m_jetetROIs
jetets_type m_jetetROIs
Vector of jet-ET RoIs.
Definition:
LVL1_ROI.h:91
LVL1_ROI::clear
void clear()
Clear all the RoIs from the object.
Definition:
LVL1_ROI.cxx:31
LVL1_ROI::m_muonROIs
muons_type m_muonROIs
Vector of muon RoIs.
Definition:
LVL1_ROI.h:88
Generated on Tue May 6 2025 21:13:22 for ATLAS Offline Software by
1.8.18