CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Macros | Functions
gaussSpeed.cc File Reference
#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 ()
 

Macro Definition Documentation

◆ MISC

#define MISC

Function Documentation

◆ gammln1()

double gammln1 ( double  xx)

Definition at line 29 of file gaussSpeed.cc.

Referenced by main().

◆ gammln2()

double gammln2 ( double  xx)

Definition at line 51 of file gaussSpeed.cc.

Referenced by main().

◆ main()

int main ( )