![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "CLHEP/Random/RandBinomial.h"#include "CLHEP/Random/DoubConv.h"#include "CLHEP/Utility/thread_local.h"#include <algorithm>#include <cmath>
Include dependency graph for RandBinomial.cc:Go to the source code of this file.
Namespaces | |
| namespace | CLHEP |
Macros | |
| #define | C1 8.33333333333333333e-02 |
| #define | C3 -2.77777777777777778e-03 |
| #define | C5 7.93650793650793651e-04 |
| #define | C7 -5.95238095238095238e-04 |
| #define | C1_3 0.33333333333333333 |
| #define | C5_8 0.62500000000000000 |
| #define | C1_6 0.16666666666666667 |
| #define | DMAX_KM 20L |
Functions | |
| static double | CLHEP::StirlingCorrection (long int k) |
| #define C1 8.33333333333333333e-02 |
Referenced by CLHEP::StirlingCorrection().
| #define C1_3 0.33333333333333333 |
Referenced by CLHEP::RandBinomial::genBinomial().
| #define C1_6 0.16666666666666667 |
Referenced by CLHEP::RandBinomial::genBinomial().
| #define C3 -2.77777777777777778e-03 |
Referenced by G4ParticleHPKallbachMannSyst::A(), G4ecpssrBaseKxsModel::CalculateCrossSection(), G4WilsonAbrasionModel::GetAbradedNucleons(), G4StrawTubeXTRadiator::GetStackFactor(), G4ElasticHadrNucleusHE::HadrNucDifferCrSec(), Acts::AtlasStepper< ConstantBField >::step(), and CLHEP::StirlingCorrection().
| #define C5 7.93650793650793651e-04 |
Referenced by Acts::AtlasStepper< ConstantBField >::step(), and CLHEP::StirlingCorrection().
| #define C5_8 0.62500000000000000 |
Referenced by CLHEP::RandBinomial::genBinomial().
| #define C7 -5.95238095238095238e-04 |
Referenced by CLHEP::StirlingCorrection().
| #define DMAX_KM 20L |
Referenced by CLHEP::RandBinomial::genBinomial().