Geant4
10.02.p01
|
#include "CLHEP/Random/RandGaussQ.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <iostream>
#include <cmath>
#include "CLHEP/Random/gaussQTables.cdat"
Go to the source code of this file.
Namespaces | |
CLHEP | |
Macros | |
#define | Table0size 250 |
#define | Table1size 1000 |
#define | TableSize (Table0size+Table1size) |
#define | Table0step (2.0E-6) |
#define | Table1step (5.0E-4) |
#define | Table0scale (1.0/Table1step) |
#define | Table0offset 0 |
#define | Table1offset (Table0size) |
Variables | |
static const float | CLHEP::gaussTables [TableSize] |
#define Table0offset 0 |
Definition at line 83 of file RandGaussQ.cc.
#define Table0scale (1.0/Table1step) |
Definition at line 81 of file RandGaussQ.cc.
#define Table0size 250 |
Definition at line 74 of file RandGaussQ.cc.
#define Table0step (2.0E-6) |
Definition at line 78 of file RandGaussQ.cc.
#define Table1offset (Table0size) |
Definition at line 84 of file RandGaussQ.cc.
#define Table1size 1000 |
Definition at line 75 of file RandGaussQ.cc.
#define Table1step (5.0E-4) |
Definition at line 79 of file RandGaussQ.cc.
#define TableSize (Table0size+Table1size) |
Definition at line 76 of file RandGaussQ.cc.