Geant4
11.1.1
Toolkit for the simulation of the passage of particles through matter
Toggle main menu visibility
Main Page
Related Pages
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
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
y
z
Variables
c
d
e
g
h
i
k
l
m
n
o
p
q
s
t
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
w
y
Enumerations
a
b
c
d
e
f
g
l
m
p
r
s
t
v
y
z
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
c
d
e
f
g
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
a
b
c
d
g
h
i
o
q
r
s
t
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
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
r
s
t
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
b
c
d
e
f
g
i
j
l
m
n
p
s
t
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
StaticRandomStates.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// -----------------------------------------------------------------------
4
// HEP Random
5
// --- StaticRandomStates ---
6
// class header file
7
// -----------------------------------------------------------------------
8
//
9
// It's a holder for methods to save and restore the full states of all
10
// static random distribution generators, including engine and cached data.
11
//
12
// =======================================================================
13
// Mark Fischler - Created: Dec. 21, 2004
14
// =======================================================================
15
16
#ifndef StaticRandomStates_h
17
#define StaticRandomStates_h 1
18
19
#include <iostream>
20
21
namespace
CLHEP
{
22
23
/**
24
* @author <mf@fnal.gov>
25
*/
26
class
StaticRandomStates
{
27
28
public
:
29
30
static
std::ostream &
save
(std::ostream & os);
31
static
std::istream &
restore
(std::istream & is);
32
33
};
34
35
}
// namespace CLHEP
36
37
#endif
CLHEP::StaticRandomStates
Definition:
StaticRandomStates.h:26
CLHEP::StaticRandomStates::restore
static std::istream & restore(std::istream &is)
Definition:
StaticRandomStates.cc:51
CLHEP::StaticRandomStates::save
static std::ostream & save(std::ostream &os)
Definition:
StaticRandomStates.cc:37
CLHEP
Definition:
DoubConv.h:17
geant4-v11.1.1
source
externals
clhep
include
CLHEP
Random
StaticRandomStates.h
Generated by
1.9.6