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
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
PhysicsAnalysis
AnalysisTrigger
AnalysisTriggerEventTPCnv
AnalysisTriggerEventTPCnv
JetET_ROI_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ANALYSISTRIGGEREVENTTPCNV_JETET_ROI_P1_H
6
#define ANALYSISTRIGGEREVENTTPCNV_JETET_ROI_P1_H
7
8
// Needed includes:
9
#include <vector>
10
#include <string>
11
#include <Rtypes.h>
12
13
// Forward declaration of converter:
14
class
LVL1_ROICnv_p1
;
15
26
class
JetET_ROI_p1
{
27
28
friend
class
LVL1_ROICnv_p1
;
29
30
public
:
31
JetET_ROI_p1
();
32
33
protected
:
34
UInt_t
m_roiWord
;
35
36
std::vector< std::string >
m_thresholds
;
37
38
};
// class JetET_ROI_p1
39
40
inline
JetET_ROI_p1::JetET_ROI_p1
()
41
: m_roiWord( 0 ), m_thresholds( 0 ) {
42
43
}
44
45
#endif // ANALYSISTRIGGEREVENTTPCNV_JETET_ROI_P1_H
JetET_ROI_p1::m_roiWord
UInt_t m_roiWord
Definition:
JetET_ROI_p1.h:34
JetET_ROI_p1::m_thresholds
std::vector< std::string > m_thresholds
Definition:
JetET_ROI_p1.h:36
LVL1_ROICnv_p1
T/P converter for LVL1_ROI and LVL1_ROI_p1.
Definition:
LVL1_ROICnv_p1.h:25
JetET_ROI_p1::JetET_ROI_p1
JetET_ROI_p1()
Definition:
JetET_ROI_p1.h:40
JetET_ROI_p1
Persistent representation of JetET_ROI.
Definition:
JetET_ROI_p1.h:26
Generated on Sat May 10 2025 21:11:51 for ATLAS Offline Software by
1.8.18