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