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
TestBeam
TBEvent
src
TBTriggerPatternUnit.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
#include "
TBEvent/TBTriggerPatternUnit.h
"
6
8
// Constructors and Destructor //
10
11
TBTriggerPatternUnit::TBTriggerPatternUnit
()
12
: m_triggerWord(0)
13
{
14
}
15
16
17
18
TBTriggerPatternUnit::~TBTriggerPatternUnit
()
19
{ }
20
22
// Data Manipulation //
24
25
26
void
TBTriggerPatternUnit::setTriggerWord
(
unsigned
int
triggerword)
27
{
28
29
unsigned
int
mask
= 0x00000001;
30
m_triggerWord
= triggerword;
31
m_triggers
.resize(16);
32
for
(
unsigned
int
i
=0;
i
<16;
i
++ )
33
{
34
m_triggers
[
i
] =
m_triggerWord
&
mask
;
35
mask
*= 2;
36
}
37
}
TBTriggerPatternUnit::TBTriggerPatternUnit
TBTriggerPatternUnit()
Definition:
TBTriggerPatternUnit.cxx:11
TBTriggerPatternUnit::~TBTriggerPatternUnit
~TBTriggerPatternUnit()
Definition:
TBTriggerPatternUnit.cxx:18
TBTriggerPatternUnit.h
python.utils.AtlRunQueryLookup.mask
string mask
Definition:
AtlRunQueryLookup.py:460
lumiFormat.i
int i
Definition:
lumiFormat.py:85
TBTriggerPatternUnit::m_triggerWord
unsigned int m_triggerWord
Definition:
TBTriggerPatternUnit.h:96
TBTriggerPatternUnit::setTriggerWord
void setTriggerWord(unsigned int word)
Definition:
TBTriggerPatternUnit.cxx:26
TBTriggerPatternUnit::m_triggers
std::vector< bool > m_triggers
Definition:
TBTriggerPatternUnit.h:97
Generated on Sun Mar 30 2025 21:19:36 for ATLAS Offline Software by
1.8.18