Geant4_10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
source
source
externals
clhep
include
CLHEP
Random
EngineFactory.h
Go to the documentation of this file.
1
// $Id:$
2
// -*- C++ -*-
3
//
4
// -----------------------------------------------------------------------
5
// HEP Random
6
// --- EngineFactory ---
7
// class header file
8
// -----------------------------------------------------------------------
9
10
// Class generating new engines from streamed saves.
11
12
// =======================================================================
13
// M Fischler - Created: 12/21/04
14
// =======================================================================
15
16
#ifndef EngineFactory_h
17
#define EngineFactory_h 1
18
19
#include "
CLHEP/Random/RandomEngine.h
"
20
21
namespace
CLHEP {
22
23
class
EngineFactory
{
24
public
:
25
static
HepRandomEngine
*
newEngine
(std::istream & is);
26
static
HepRandomEngine
*
newEngine
(std::vector<unsigned long>
const
&
v
);
27
};
28
29
}
// namespace CLHEP
30
31
#endif
32
CLHEP::EngineFactory::newEngine
static HepRandomEngine * newEngine(std::istream &is)
Definition:
EngineFactory.cc:51
CLHEP::EngineFactory
Definition:
EngineFactory.h:23
test.v
tuple v
Definition:
test.py:18
CLHEP::HepRandomEngine
Definition:
RandomEngine.h:54
RandomEngine.h
Generated on Sat Dec 14 2013 14:34:02 for Geant4_10 by
1.8.5