CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include "CLHEP/Units/GlobalPhysicalConstants.h"
#include "CLHEP/Random/DualRand.h"
#include "CLHEP/Random/MTwistEngine.h"
#include "CLHEP/Random/RandBinomial.h"
#include "CLHEP/Random/RandBreitWigner.h"
#include "CLHEP/Random/RandChiSquare.h"
#include "CLHEP/Random/RandExponential.h"
#include "CLHEP/Random/RandFlat.h"
#include "CLHEP/Random/RandGamma.h"
#include "CLHEP/Random/RandGauss.h"
#include "CLHEP/Random/RandGaussQ.h"
#include "CLHEP/Random/RandGaussT.h"
#include "CLHEP/Random/RandGeneral.h"
#include "CLHEP/Random/RandLandau.h"
#include "CLHEP/Random/RandPoissonQ.h"
#include "CLHEP/Random/RandPoissonT.h"
#include "CLHEP/Random/RandSkewNormal.h"
#include "CLHEP/Random/RandStudentT.h"
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef unsigned int | uint |
Functions | |
template<typename Dist > | |
bool | copy_constructor_is_okay (Dist &d1) |
template<typename Dist > | |
bool | copy_assignment_is_okay (Dist &d1, Dist &d2) |
uint | testRandBinomial () |
uint | testRandBreitWigner () |
uint | testRandChiSquare () |
uint | testRandExponential () |
uint | testRandFlat () |
uint | testRandGamma () |
uint | testRandGauss () |
uint | testRandGaussQ () |
uint | testRandGaussT () |
uint | testRandGeneral () |
uint | testRandLandau () |
uint | testRandPoisson () |
uint | testRandPoissonQ () |
uint | testRandPoissonT () |
uint | testRandSkewNormal () |
uint | testRandStudentT () |
int | main () |
typedef unsigned int uint |
Definition at line 43 of file testDistCopy.cc.
bool copy_assignment_is_okay | ( | Dist & | d1, |
Dist & | d2 | ||
) |
Definition at line 78 of file testDistCopy.cc.
Referenced by testRandBinomial(), testRandBreitWigner(), testRandChiSquare(), testRandExponential(), testRandFlat(), testRandGamma(), testRandGauss(), testRandGaussQ(), testRandGaussT(), testRandGeneral(), testRandLandau(), testRandPoisson(), testRandPoissonQ(), testRandPoissonT(), testRandSkewNormal(), and testRandStudentT().
bool copy_constructor_is_okay | ( | Dist & | d1 | ) |
Definition at line 51 of file testDistCopy.cc.
Referenced by testRandBinomial(), testRandBreitWigner(), testRandChiSquare(), testRandExponential(), testRandFlat(), testRandGamma(), testRandGauss(), testRandGaussQ(), testRandGaussT(), testRandGeneral(), testRandLandau(), testRandPoisson(), testRandPoissonQ(), testRandPoissonT(), testRandSkewNormal(), and testRandStudentT().
int main | ( | ) |
Definition at line 401 of file testDistCopy.cc.
uint testRandBinomial | ( | ) |
Definition at line 127 of file testDistCopy.cc.
Referenced by main().
uint testRandBreitWigner | ( | ) |
Definition at line 144 of file testDistCopy.cc.
Referenced by main().
uint testRandChiSquare | ( | ) |
Definition at line 161 of file testDistCopy.cc.
Referenced by main().
uint testRandExponential | ( | ) |
Definition at line 178 of file testDistCopy.cc.
Referenced by main().
uint testRandFlat | ( | ) |
Definition at line 195 of file testDistCopy.cc.
Referenced by main().
uint testRandGamma | ( | ) |
Definition at line 212 of file testDistCopy.cc.
Referenced by main().
uint testRandGauss | ( | ) |
Definition at line 229 of file testDistCopy.cc.
Referenced by main().
uint testRandGaussQ | ( | ) |
Definition at line 246 of file testDistCopy.cc.
Referenced by main().
uint testRandGaussT | ( | ) |
Definition at line 263 of file testDistCopy.cc.
Referenced by main().
uint testRandGeneral | ( | ) |
Definition at line 280 of file testDistCopy.cc.
Referenced by main().
uint testRandLandau | ( | ) |
Definition at line 299 of file testDistCopy.cc.
Referenced by main().
uint testRandPoisson | ( | ) |
Definition at line 316 of file testDistCopy.cc.
Referenced by main().
uint testRandPoissonQ | ( | ) |
Definition at line 333 of file testDistCopy.cc.
Referenced by main().
uint testRandPoissonT | ( | ) |
Definition at line 350 of file testDistCopy.cc.
Referenced by main().
uint testRandSkewNormal | ( | ) |
Definition at line 367 of file testDistCopy.cc.
Referenced by main().
uint testRandStudentT | ( | ) |
Definition at line 384 of file testDistCopy.cc.
Referenced by main().