|
Geant4-11
|
#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 | |
| namespace | CLHEP |
Macros | |
| #define | Table0offset 0 |
| #define | Table0scale (1.0/Table1step) |
| #define | Table0size 250 |
| #define | Table0step (2.0E-6) |
| #define | Table1offset (Table0size) |
| #define | Table1size 1000 |
| #define | Table1step (5.0E-4) |
| #define | TableSize (Table0size+Table1size) |
Variables | |
| static const float | CLHEP::gaussTables [TableSize] |
| #define Table0offset 0 |
Definition at line 82 of file RandGaussQ.cc.
| #define Table0scale (1.0/Table1step) |
Definition at line 80 of file RandGaussQ.cc.
| #define Table0size 250 |
Definition at line 73 of file RandGaussQ.cc.
| #define Table0step (2.0E-6) |
Definition at line 77 of file RandGaussQ.cc.
| #define Table1offset (Table0size) |
Definition at line 83 of file RandGaussQ.cc.
| #define Table1size 1000 |
Definition at line 74 of file RandGaussQ.cc.
| #define Table1step (5.0E-4) |
Definition at line 78 of file RandGaussQ.cc.
| #define TableSize (Table0size+Table1size) |
Definition at line 75 of file RandGaussQ.cc.