Geant4-11
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
19
20namespace CLHEP {
21
23public:
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
static HepRandomEngine * newEngine(std::istream &is)
Definition: DoubConv.h:17