Definition at line 82 of file SherpaHadronizer.cc.
CMS_SHERPA_RNG::CMS_SHERPA_RNG |
( |
| ) |
|
|
inline |
double CMS_SHERPA_RNG::Get |
( |
| ) |
|
|
overrideprivate |
Definition at line 357 of file SherpaHadronizer.cc.
References Exception, edm::errors::LogicError, and randomEngine.
360 <<
"The Sherpa code attempted to a generate random number while\n" 361 <<
"the engine pointer was null. This might mean that the code\n" 362 <<
"was modified to generate a random number outside the event and\n" 363 <<
"beginLuminosityBlock methods, which is not allowed.\n";
CLHEP::HepRandomEngine * randomEngine
void CMS_SHERPA_RNG::setRandomEngine |
( |
CLHEP::HepRandomEngine * |
v | ) |
|
|
inline |
CLHEP::HepRandomEngine* CMS_SHERPA_RNG::randomEngine |
|
private |