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
Control
RngComps
src
interpretSeeds.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 INTERPRET_SEEDS_H
6
#define INTERPRET_SEEDS_H 1
7
#include <string>
8
#include <stdint.h>
9
bool
interpretSeeds
(
const
std::string&
buffer
,
10
std::string&
stream
,
uint32_t
&
seed1
,
uint32_t
&
seed2
,
11
short
& luxury,
uint32_t
&
offset
);
12
inline
13
bool
interpretSeeds
(
const
std::string&
buffer
,
14
std::string&
stream
,
uint32_t
&
seed1
,
uint32_t
&
seed2
,
15
uint32_t
&
offset
) {
16
short
luxury(0);
17
return
interpretSeeds
(
buffer
,
stream
,
seed1
,
seed2
, luxury,
offset
);
18
}
19
20
inline
21
bool
interpretSeeds
(
const
std::string&
buffer
,
22
std::string&
stream
,
uint32_t
&
seed1
,
uint32_t
&
seed2
) {
23
short
luxury(0);
24
uint32_t
offset
(0);
25
return
interpretSeeds
(
buffer
,
stream
,
seed1
,
seed2
, luxury,
offset
);
26
}
27
28
bool
interpretSeeds
(
const
std::string&
buffer
,
29
std::string&
stream
, std::vector<uint32_t>& seeds);
30
#endif
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
AthenaPoolTestWrite.stream
string stream
Definition:
AthenaPoolTestWrite.py:12
genPbPbJobOpt.seed2
seed2
Definition:
genPbPbJobOpt.py:57
createCoolChannelIdFile.buffer
buffer
Definition:
createCoolChannelIdFile.py:12
genPbPbJobOpt.seed1
seed1
Definition:
genPbPbJobOpt.py:56
convertTimingResiduals.offset
offset
Definition:
convertTimingResiduals.py:71
interpretSeeds
bool interpretSeeds(const std::string &buffer, std::string &stream, uint32_t &seed1, uint32_t &seed2, short &luxury, uint32_t &offset)
Definition:
interpretSeeds.cxx:28
Generated on Wed May 28 2025 21:11:20 for ATLAS Offline Software by
1.8.18