Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
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 <
[email protected]
>
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