#include <Pythia8_i.h>
|
| unsigned long long int | m_RNC {} |
| CLHEP::HepRandomEngine * | m_engine {} |
Definition at line 39 of file Pythia8_i.h.
◆ customRndm()
| customRndm::customRndm |
( |
| ) |
|
|
inline |
◆ flat()
| double customRndm::flat |
( |
| ) |
|
|
inline |
Definition at line 46 of file Pythia8_i.h.
46 {
48 return CLHEP::RandFlat::shoot(
m_engine);
49 };
CLHEP::HepRandomEngine * m_engine
unsigned long long int m_RNC
◆ getEngine()
| CLHEP::HepRandomEngine * customRndm::getEngine |
( |
| ) |
|
|
inline |
◆ getRNCalls()
| unsigned long long int customRndm::getRNCalls |
( |
| ) |
|
|
inline |
◆ init()
| void customRndm::init |
( |
CLHEP::HepRandomEngine * | engine | ) |
|
|
inline |
◆ m_engine
| CLHEP::HepRandomEngine* customRndm::m_engine {} |
|
private |
◆ m_RNC
| unsigned long long int customRndm::m_RNC {} |
|
private |
The documentation for this class was generated from the following file: