Definition at line 77 of file SherpaHadronizer.cc.
◆ CMS_SHERPA_RNG()
CMS_SHERPA_RNG::CMS_SHERPA_RNG |
( |
| ) |
|
|
inline |
Definition at line 79 of file SherpaHadronizer.cc.
References setRandomEngine().
80 edm::LogVerbatim(
"SherpaHadronizer") <<
"Use stored reference for the external RNG";
Log< level::Info, true > LogVerbatim
CLHEP::HepRandomEngine * randomEngine
void setRandomEngine(CLHEP::HepRandomEngine *v)
◆ Get()
double CMS_SHERPA_RNG::Get |
( |
| ) |
|
|
overrideprivate |
Definition at line 353 of file SherpaHadronizer.cc.
References Exception, edm::errors::LogicError, and randomEngine.
356 <<
"the engine pointer was null. This might mean that the code\n" 357 <<
"was modified to generate a random number outside the event and\n" 358 <<
"beginLuminosityBlock methods, which is not allowed.\n";
CLHEP::HepRandomEngine * randomEngine
◆ setRandomEngine()
void CMS_SHERPA_RNG::setRandomEngine |
( |
CLHEP::HepRandomEngine * |
v | ) |
|
|
inline |
◆ randomEngine
CLHEP::HepRandomEngine* CMS_SHERPA_RNG::randomEngine |
|
private |