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
TrigT1
TrigT1EventTPCnv
TrigT1EventTPCnv
CMMRoI_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
//***************************************************************************
6
// CMMRoI_p1.h - description
7
// -------------------
8
// begin : 21 04 2008
9
// email : Alan.Watson@cern.ch
10
// ***************************************************************************/
11
12
13
#ifndef CMMRoI_p1_H
14
#define CMMRoI_p1_H
15
16
19
class
CMMRoI_p1
{
20
21
friend
class
CMMRoICnv_p1
;
22
23
public
:
24
26
CMMRoI_p1
();
27
29
//virtual ~CMMRoI_p1();
30
32
// protected:
33
uint32_t
m_jetEtRoiWord
;
34
uint32_t
m_energyRoiWord0
;
35
uint32_t
m_energyRoiWord1
;
36
uint32_t
m_energyRoiWord2
;
37
38
};
39
40
inline
CMMRoI_p1::CMMRoI_p1
()
41
: m_jetEtRoiWord(0),
42
m_energyRoiWord0(0),
43
m_energyRoiWord1(0),
44
m_energyRoiWord2(0)
45
{
46
}
47
48
#endif
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
CMMRoI_p1::m_energyRoiWord2
uint32_t m_energyRoiWord2
Definition:
CMMRoI_p1.h:36
CMMRoICnv_p1
T/P convertor for TrigT1Calo CMMRoI class.
Definition:
CMMRoICnv_p1.h:29
CMMRoI_p1::m_energyRoiWord0
uint32_t m_energyRoiWord0
Definition:
CMMRoI_p1.h:34
CMMRoI_p1::CMMRoI_p1
CMMRoI_p1()
Constructors.
Definition:
CMMRoI_p1.h:40
CMMRoI_p1::m_energyRoiWord1
uint32_t m_energyRoiWord1
Definition:
CMMRoI_p1.h:35
CMMRoI_p1
T/P separation for TrigT1Calo::CMMRoI class.
Definition:
CMMRoI_p1.h:19
CMMRoI_p1::m_jetEtRoiWord
uint32_t m_jetEtRoiWord
Destructor.
Definition:
CMMRoI_p1.h:33
Generated on Sat Mar 29 2025 21:08:27 for ATLAS Offline Software by
1.8.18