ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RandGaussQ.cc File Reference
#include "CLHEP/Random/RandGaussQ.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <iostream>
#include <cmath>
#include "CLHEP/Random/gaussQTables.cdat"
+ Include dependency graph for RandGaussQ.cc:

Go to the source code of this file.

Namespaces

namespace  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]
 

Macro Definition Documentation

#define Table0offset   0

Definition at line 82 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 82 of file RandGaussQ.cc

Referenced by CLHEP::RandGaussQ::transformQuick().

#define Table0scale   (1.0/Table1step)

Definition at line 80 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 80 of file RandGaussQ.cc

Referenced by CLHEP::RandGaussQ::transformQuick().

#define Table0size   250

Definition at line 73 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 73 of file RandGaussQ.cc

Referenced by CLHEP::RandGaussQ::transformQuick().

#define Table0step   (2.0E-6)

Definition at line 77 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 77 of file RandGaussQ.cc

Referenced by CLHEP::RandGaussQ::transformQuick().

#define Table1offset   (Table0size)

Definition at line 83 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 83 of file RandGaussQ.cc

Referenced by CLHEP::RandGaussQ::transformQuick().

#define Table1size   1000

Definition at line 74 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 74 of file RandGaussQ.cc

Referenced by CLHEP::RandGaussQ::transformQuick().

#define Table1step   (5.0E-4)

Definition at line 78 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 78 of file RandGaussQ.cc

Referenced by CLHEP::RandGaussQ::transformQuick().

#define TableSize   (Table0size+Table1size)

Definition at line 75 of file RandGaussQ.cc.

View newest version in sPHENIX GitHub at line 75 of file RandGaussQ.cc