LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Wrapper functor for a standard random number generator. More...
Public Member Functions | |
clhep_random (CLHEP::HepRandomEngine &gen) | |
Constructor. More... | |
virtual double | operator() () |
Main operator. More... | |
virtual | ~clhep_random () |
Public Attributes | |
CLHEP::HepRandomEngine & | m_generator |
CLHEP::RandFlat | m_rand_flat |
Wrapper functor for a standard random number generator.
Definition at line 50 of file Decay0Gen_module.cc.
|
inline |
Constructor.
Definition at line 53 of file Decay0Gen_module.cc.
|
inlinevirtual |
Definition at line 63 of file Decay0Gen_module.cc.
|
inlinevirtual |
CLHEP::HepRandomEngine& evgen::clhep_random::m_generator |
Definition at line 61 of file Decay0Gen_module.cc.
CLHEP::RandFlat evgen::clhep_random::m_rand_flat |
Definition at line 62 of file Decay0Gen_module.cc.