#include <RandomEngineGlue.h>
|
virtual IBPtr | clone () const |
|
virtual void | doinit () throw (InitException) |
|
virtual void | fill () |
|
virtual IBPtr | fullclone () const |
|
virtual void | setSeed (long seed) |
|
Definition at line 23 of file RandomEngineGlue.h.
RandomEngineGlue::RandomEngineGlue |
( |
| ) |
|
Definition at line 18 of file RandomEngineGlue.cc.
CLHEP::HepRandomEngine & getEngineReference()
CLHEP::HepRandomEngine * randomEngine
RandomEngineGlue::~RandomEngineGlue |
( |
| ) |
|
|
virtual |
virtual IBPtr ThePEG::RandomEngineGlue::clone |
( |
void |
| ) |
const |
|
inlineprotectedvirtual |
void RandomEngineGlue::doinit |
( |
| ) |
|
throw | ( | InitException |
| ) | | |
|
protectedvirtual |
void RandomEngineGlue::fill |
( |
void |
| ) |
|
|
protectedvirtual |
Definition at line 33 of file RandomEngineGlue.cc.
References randomEngine.
35 nextNumber = theNumbers.begin();
36 for(RndVector::iterator it = nextNumber; it != theNumbers.end(); ++it)
CLHEP::HepRandomEngine * randomEngine
void RandomEngineGlue::flush |
( |
| ) |
|
virtual IBPtr ThePEG::RandomEngineGlue::fullclone |
( |
| ) |
const |
|
inlineprotectedvirtual |
void RandomEngineGlue::Init |
( |
void |
| ) |
|
|
static |
Definition at line 59 of file RandomEngineGlue.cc.
References proxyID.
62 static ClassDocumentation<RandomEngineGlue> documentation
63 (
"Interface to the CMSSW RandomNumberEngine.");
64 static Parameter<RandomEngineGlue, ProxyID> interfaceProxyID
65 (
"ProxyID",
"The ProxyID.",
67 ProxyID(), ProxyID(),
false,
false,
false);
69 interfaceProxyID.rank(11);
void RandomEngineGlue::setSeed |
( |
long |
seed | ) |
|
|
protectedvirtual |
CLHEP::HepRandomEngine* ThePEG::RandomEngineGlue::randomEngine |
|
private |