Belle II Software
release-06-00-14
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
PhotosDebugRandom.h
1
#ifndef _PhotosDebugRandom_included_
2
#define _PhotosDebugRandom_included_
20
#include "PhotosRandom.h"
21
22
namespace
Photospp {
23
24
class
PhotosDebugRandom
:
PhotosRandom
{
25
public
:
26
/* Save current state */
27
static
void
saveState();
28
29
/* Restore state from save */
30
static
void
restoreState();
31
32
/* Set current state provided by user */
33
static
void
setState(
int
i,
int
j,
double
c,
double
list[97]);
34
35
/* Save state provided by user */
36
static
void
setSaveState(
int
i,
int
j,
double
c,
double
list[97]);
37
38
/* Print state in a form that can be easily copied into the code */
39
static
void
print();
40
41
private
:
42
static
int
i97_saved;
43
static
int
j97_saved;
44
static
double
uran_saved[97];
45
static
double
cran_saved;
46
};
47
48
}
// namespace Photospp
49
#endif
Photospp::PhotosDebugRandom
Definition:
PhotosDebugRandom.h:24
Photospp::PhotosRandom
Definition:
PhotosRandom.h:19
generators
kkmc
photospp
PhotosDebugRandom.h
Generated on Thu Jul 14 2022 08:00:58 for Belle II Software by
1.9.1