|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include "CLHEP/Random/Randomize.h"#include "CLHEP/Random/defs.h"#include <iostream>#include "CLHEP/Random/RandGaussQ.h"#include "CLHEP/Random/RandGaussT.h"#include "CLHEP/Random/RandPoissonQ.h"#include "CLHEP/Random/RandPoissonT.h"#include "CLHEP/Random/RandBit.h"#include "CLHEP/Units/PhysicalConstants.h"#include <iomanip>Go to the source code of this file.
Macros | |
| #define | MISC |
Functions | |
| double | gammln1 (double xx) |
| double | gammln2 (double xx) |
| int | main () |
| #define MISC |
Definition at line 29 of file gaussSpeed.cc.
Referenced by main().
Definition at line 51 of file gaussSpeed.cc.
Referenced by main().
| int main | ( | ) |
Definition at line 76 of file gaussSpeed.cc.
References b, CLHEP::RandPoissonT::fire(), CLHEP::RandPoisson::fire(), CLHEP::RandGaussQ::fire(), CLHEP::RandGauss::fire(), CLHEP::RandPoissonQ::fire(), CLHEP::RandGaussT::fire(), CLHEP::RandFlat::fire(), CLHEP::RandBit::fireBit(), CLHEP::DualRand::flat(), gammln1(), gammln2(), CLHEP::RandGaussQ::shoot(), CLHEP::RandPoissonT::shoot(), CLHEP::RandFlat::shoot(), CLHEP::RandGaussT::shoot(), CLHEP::RandPoissonQ::shoot(), CLHEP::RandBit::shootBit(), and CLHEP::RandFlat::shootBit().
1.8.1