Geant4-11
|
#include <RandBinomial.h>
Public Member Functions | |
HepRandomEngine & | engine () |
double | fire () |
double | fire (long n, double p) |
void | fireArray (const int size, double *vect) |
void | fireArray (const int size, double *vect, long n, double p) |
double | flat () |
double | flat (HepRandomEngine *theNewEngine) |
void | flatArray (const int size, double *vect) |
void | flatArray (HepRandomEngine *theNewEngine, const int size, double *vect) |
std::istream & | get (std::istream &is) |
std::string | name () const |
double | operator() () |
double | operator() (long n, double p) |
std::ostream & | put (std::ostream &os) const |
RandBinomial (HepRandomEngine &anEngine, long n=1, double p=0.5) | |
RandBinomial (HepRandomEngine *anEngine, long n=1, double p=0.5) | |
virtual | ~RandBinomial () |
Static Public Member Functions | |
static int | createInstance () |
static std::string | distributionName () |
static HepRandomEngine * | getTheEngine () |
static HepRandom * | getTheGenerator () |
static long | getTheSeed () |
static const long * | getTheSeeds () |
static void | getTheTableSeeds (long *seeds, int index) |
static std::istream & | restoreDistState (std::istream &is) |
static void | restoreEngineStatus (const char filename[]="Config.conf") |
static std::istream & | restoreFullState (std::istream &is) |
static std::istream & | restoreStaticRandomStates (std::istream &is) |
static std::ostream & | saveDistState (std::ostream &os) |
static void | saveEngineStatus (const char filename[]="Config.conf") |
static std::ostream & | saveFullState (std::ostream &os) |
static std::ostream & | saveStaticRandomStates (std::ostream &os) |
static void | setTheEngine (HepRandomEngine *theNewEngine) |
static void | setTheSeed (long seed, int lxr=3) |
static void | setTheSeeds (const long *seeds, int aux=-1) |
static double | shoot () |
static double | shoot (HepRandomEngine *anEngine) |
static double | shoot (HepRandomEngine *anEngine, long n, double p) |
static double | shoot (long n, double p) |
static void | shootArray (const int size, double *vect, long n=1, double p=0.5) |
static void | shootArray (HepRandomEngine *anEngine, const int size, double *vect, long n=1, double p=0.5) |
static void | showEngineStatus () |
Static Protected Attributes | |
static const long | seedTable [215][2] |
Static Private Member Functions | |
static double | genBinomial (HepRandomEngine *anEngine, long n, double p) |
Private Attributes | |
long | defaultN |
double | defaultP |
std::shared_ptr< HepRandomEngine > | localEngine |
Definition at line 36 of file RandBinomial.h.
|
inline |
|
inline |
|
virtual |
Definition at line 31 of file RandBinomial.cc.
|
staticinherited |
Definition at line 311 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::defaults::ensureInitialized(), and CLHEP::anonymous_namespace{Random.cc}::theDefaults().
|
inlinestatic |
Definition at line 98 of file RandBinomial.h.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 29 of file RandBinomial.cc.
References localEngine.
|
inline |
Referenced by fireArray().
double CLHEP::RandBinomial::fire | ( | long | n, |
double | p | ||
) |
Definition at line 44 of file RandBinomial.cc.
References genBinomial(), localEngine, and CLHEP::detail::n.
void CLHEP::RandBinomial::fireArray | ( | const int | size, |
double * | vect | ||
) |
Definition at line 63 of file RandBinomial.cc.
void CLHEP::RandBinomial::fireArray | ( | const int | size, |
double * | vect, | ||
long | n, | ||
double | p | ||
) |
Definition at line 69 of file RandBinomial.cc.
References fire(), and CLHEP::detail::n.
|
inherited |
Definition at line 199 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
Referenced by CLHEP::RandExponential::shoot().
|
inlineinherited |
|
inherited |
Definition at line 204 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
|
inlineinherited |
|
staticprivate |
Definition at line 127 of file RandBinomial.cc.
References C1_3, C1_6, C5_8, CLHEP_THREAD_LOCAL, DMAX_KM, CLHEP::HepRandomEngine::flat(), CLHEP::m, G4INCL::Math::min(), CLHEP::detail::n, CLHEP::nm, CLHEP::StirlingCorrection(), and anonymous_namespace{G4PionRadiativeDecayChannel.cc}::xl.
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 343 of file RandBinomial.cc.
References defaultN, defaultP, CLHEP::DoubConv::longs2double(), name(), and CLHEP::possibleKeywordInput().
|
staticinherited |
Definition at line 268 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
Referenced by CLHEP::StaticRandomStates::restore(), CLHEP::RandFlat::restoreEngineStatus(), CLHEP::RandGauss::restoreEngineStatus(), CLHEP::RandFlat::saveEngineStatus(), CLHEP::RandGauss::saveEngineStatus(), CLHEP::RandExponential::shoot(), CLHEP::RandExpZiggurat::shoot(), CLHEP::RandFlat::shoot(), CLHEP::RandGauss::shoot(), CLHEP::RandGaussZiggurat::shoot(), CLHEP::RandChiSquare::shoot(), CLHEP::RandStudentT::shoot(), CLHEP::RandBreitWigner::shoot(), CLHEP::RandGamma::shoot(), CLHEP::RandPoisson::shoot(), CLHEP::RandPoissonQ::shoot(), shoot(), and CLHEP::RandFlat::shootArray().
|
staticinherited |
Definition at line 263 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theGenerator.
|
staticinherited |
Definition at line 239 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
|
staticinherited |
Definition at line 249 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
|
staticinherited |
Definition at line 254 of file Random.cc.
Referenced by CLHEP::HepJamesRandom::HepJamesRandom(), CLHEP::MTwistEngine::MTwistEngine(), CLHEP::RanecuEngine::RanecuEngine(), CLHEP::Ranlux64Engine::Ranlux64Engine(), CLHEP::RanluxEngine::RanluxEngine(), and CLHEP::RanecuEngine::setSeed().
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 28 of file RandBinomial.cc.
Referenced by source.g4viscp.G4Scene::create_scene(), get(), mcscore.MCParticle::printout(), put(), and source.g4viscp.G4Scene::update_scene().
|
inlinevirtual |
Reimplemented from CLHEP::HepRandom.
|
inline |
|
virtual |
Reimplemented from CLHEP::HepRandom.
Definition at line 332 of file RandBinomial.cc.
References defaultN, defaultP, CLHEP::DoubConv::dto2longs(), and name().
|
inlinestaticinherited |
|
staticinherited |
Definition at line 283 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
|
staticinherited |
Definition at line 293 of file Random.cc.
Referenced by CLHEP::RandFlat::restoreFullState(), and CLHEP::RandGauss::restoreFullState().
|
staticinherited |
Definition at line 302 of file Random.cc.
References CLHEP::StaticRandomStates::restore().
|
inlinestaticinherited |
|
staticinherited |
Definition at line 278 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
Referenced by G4CascadeInterface::ApplyYourself(), G4HadronicProcess::PostStepDoIt(), and G4CascadeInterface::Propagate().
|
staticinherited |
Definition at line 288 of file Random.cc.
Referenced by G4EventManager::DoProcessing(), G4EventManager::ProcessOneEvent(), CLHEP::RandFlat::saveFullState(), and CLHEP::RandGauss::saveFullState().
|
staticinherited |
Definition at line 298 of file Random.cc.
References CLHEP::StaticRandomStates::save().
|
staticinherited |
Definition at line 273 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
Referenced by CLHEP::StaticRandomStates::restore().
|
staticinherited |
Definition at line 234 of file Random.cc.
References CLHEP::lux, CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
|
staticinherited |
Definition at line 244 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
|
inlinestatic |
Referenced by shootArray().
|
inlinestatic |
|
static |
Definition at line 34 of file RandBinomial.cc.
References genBinomial(), and CLHEP::detail::n.
|
static |
Definition at line 39 of file RandBinomial.cc.
References genBinomial(), CLHEP::HepRandom::getTheEngine(), and CLHEP::detail::n.
|
static |
Definition at line 48 of file RandBinomial.cc.
References CLHEP::detail::n, and shoot().
|
static |
Definition at line 55 of file RandBinomial.cc.
References CLHEP::detail::n, and shoot().
|
staticinherited |
Definition at line 306 of file Random.cc.
References CLHEP::anonymous_namespace{Random.cc}::theDefaults(), and CLHEP::anonymous_namespace{Random.cc}::defaults::theEngine.
|
private |
Definition at line 106 of file RandBinomial.h.
Referenced by fireArray(), get(), and put().
|
private |
Definition at line 107 of file RandBinomial.h.
Referenced by fireArray(), get(), and put().
|
private |
Definition at line 105 of file RandBinomial.h.
|
staticprotectedinherited |