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
TrigT1Result
TrigT1Result
CTPRoI.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
#ifndef TRIGT1RESULT_CTPROI_H
7
#define TRIGT1RESULT_CTPROI_H
8
9
// std include(s):
10
#include <stdint.h>
11
12
namespace
ROIB
{
13
28
class
CTPRoI
{
29
30
public
:
32
CTPRoI
(
uint32_t
r
)
33
:
m_roIWord
(
r
) {}
34
36
CTPRoI
()
37
:
m_roIWord
( 0 ) {}
38
40
~CTPRoI
() =
default
;
41
42
/* Methods: */
43
45
uint32_t
roIWord
()
const
{
return
m_roIWord
; }
46
47
private
:
49
uint32_t
m_roIWord
;
50
51
};
// class CTPRoI
52
53
}
// namespace ROIB
54
55
#endif // TRIGT1RESULT_CTPROI_H
ROIB::CTPRoI::roIWord
uint32_t roIWord() const
returning the RoI
Definition:
CTPRoI.h:45
ROIB::CTPRoI
ROIB::CTPRoI contains a RoI delivered by the CTP.
Definition:
CTPRoI.h:28
beamspotman.r
def r
Definition:
beamspotman.py:676
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
ROIB::CTPRoI::m_roIWord
uint32_t m_roIWord
The uint32_t data member of the RoI.
Definition:
CTPRoI.h:49
ROIB
Namespace of the LVL1 RoIB simulation.
Definition:
ILvl1ResultAccessTool.h:19
ROIB::CTPRoI::~CTPRoI
~CTPRoI()=default
empty default destructor
ROIB::CTPRoI::CTPRoI
CTPRoI()
default constructor: init RoI to 0
Definition:
CTPRoI.h:36
ROIB::CTPRoI::CTPRoI
CTPRoI(uint32_t r)
constructor: setting the RoI
Definition:
CTPRoI.h:32
Generated on Fri May 2 2025 21:08:09 for ATLAS Offline Software by
1.8.18