CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include "CLHEP/Units/GlobalPhysicalConstants.h"
#include "CLHEP/Random/Randomize.h"
#include "CLHEP/Random/RandGaussQ.h"
#include "CLHEP/Random/RandGaussT.h"
#include "CLHEP/Random/RandPoissonQ.h"
#include "CLHEP/Random/RandPoissonT.h"
#include "CLHEP/Random/RandSkewNormal.h"
#include "CLHEP/Random/defs.h"
#include <iostream>
#include <iomanip>
#include <cmath>
#include <stdlib.h>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | poisson |
Functions | |
bool | gaussianTest (HepRandom &dist, double mu, double sigma, int nNumbers) |
bool | skewNormalTest (HepRandom &dist, double k, int nNumbers) |
double * | createRefDist (poisson pdist, int N1, int MINBIN, int MAXBINS, int clumping, int &firstBin, int &lastBin) |
bool | poissonTest (RandPoisson &dist, double mu, int N2) |
int | testRandGauss () |
int | testSkewNormal () |
int | testRandGaussT () |
int | testRandGaussQ () |
int | testRandPoisson () |
int | testRandPoissonQ () |
int | testRandPoissonT () |
int | testRandGeneral () |
int | main () |
double * createRefDist | ( | poisson | pdist, |
int | N1, | ||
int | MINBIN, | ||
int | MAXBINS, | ||
int | clumping, | ||
int & | firstBin, | ||
int & | lastBin | ||
) |
Definition at line 459 of file testRandDists.cc.
Referenced by poissonTest().
Definition at line 180 of file testRandDists.cc.
Referenced by testRandGauss(), testRandGaussQ(), testRandGaussT(), and testRandGeneral().
int main | ( | ) |
Definition at line 1194 of file testRandDists.cc.
bool poissonTest | ( | RandPoisson & | dist, |
double | mu, | ||
int | N2 | ||
) |
Definition at line 527 of file testRandDists.cc.
Referenced by testRandPoisson(), testRandPoissonQ(), and testRandPoissonT().
Definition at line 348 of file testRandDists.cc.
Referenced by testSkewNormal().
int testRandGauss | ( | ) |
Definition at line 682 of file testRandDists.cc.
Referenced by main().
int testRandGaussQ | ( | ) |
Definition at line 837 of file testRandDists.cc.
Referenced by main().
int testRandGaussT | ( | ) |
Definition at line 784 of file testRandDists.cc.
Referenced by main().
int testRandGeneral | ( | ) |
Definition at line 1067 of file testRandDists.cc.
Referenced by main().
int testRandPoisson | ( | ) |
Definition at line 893 of file testRandDists.cc.
Referenced by main().
int testRandPoissonQ | ( | ) |
Definition at line 951 of file testRandDists.cc.
Referenced by main().
int testRandPoissonT | ( | ) |
Definition at line 1009 of file testRandDists.cc.
Referenced by main().
int testSkewNormal | ( | ) |
Definition at line 735 of file testRandDists.cc.
Referenced by main().