ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EngineFactory.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EngineFactory.h
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
geant4
tree
geant4-10.6-release
source
externals
clhep
include
CLHEP
Random
EngineFactory.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:14
using
1.8.2 with
ECCE GitHub integration