Geant4
11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
EngineFactory.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// -----------------------------------------------------------------------
4
// HEP Random
5
// --- EngineFactory ---
6
// class header file
7
// -----------------------------------------------------------------------
8
9
// Class generating new engines from streamed saves.
10
11
// =======================================================================
12
// M Fischler - Created: 12/21/04
13
// =======================================================================
14
15
#ifndef EngineFactory_h
16
#define EngineFactory_h 1
17
18
#include "
CLHEP/Random/RandomEngine.h
"
19
20
namespace
CLHEP
{
21
22
class
EngineFactory
{
23
public
:
24
static
HepRandomEngine
*
newEngine
(std::istream & is);
25
static
HepRandomEngine
*
newEngine
(std::vector<unsigned long>
const
& v);
26
};
27
28
}
// namespace CLHEP
29
30
#endif
31
RandomEngine.h
CLHEP::EngineFactory
Definition:
EngineFactory.h:22
CLHEP::EngineFactory::newEngine
static HepRandomEngine * newEngine(std::istream &is)
Definition:
EngineFactory.cc:53
CLHEP::HepRandomEngine
Definition:
RandomEngine.h:53
CLHEP
Definition:
DoubConv.h:17
geant4-v11.1.1
source
externals
clhep
include
CLHEP
Random
EngineFactory.h
Generated by
1.9.6