Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4DNABrownianTransportation.cc File Reference
Include dependency graph for G4DNABrownianTransportation.cc:

Go to the source code of this file.

Macros

#define State(theXInfo)   (GetState<G4ITBrownianState>()->theXInfo)
 
#define RED   ""
 
#define LIGHT_RED   ""
 
#define GREEN   ""
 
#define GREEN_ON_BLUE   ""
 
#define RESET_COLOR   ""
 

Functions

static double InvErf (double x)
 
static double InvErfc (double x)
 
static double Erfc (double x)
 

Macro Definition Documentation

#define GREEN   ""

Definition at line 83 of file G4DNABrownianTransportation.cc.

#define GREEN_ON_BLUE   ""

Definition at line 84 of file G4DNABrownianTransportation.cc.

#define LIGHT_RED   ""

Definition at line 82 of file G4DNABrownianTransportation.cc.

#define RED   ""

Definition at line 81 of file G4DNABrownianTransportation.cc.

#define RESET_COLOR   ""

Definition at line 85 of file G4DNABrownianTransportation.cc.

#define State (   theXInfo)    (GetState<G4ITBrownianState>()->theXInfo)

Definition at line 65 of file G4DNABrownianTransportation.cc.

Function Documentation

static double Erfc ( double  x)
static

Definition at line 111 of file G4DNABrownianTransportation.cc.

112 {
113  return 1 - CLHEP::HepStat::erf(1. - x);
114 }
static double erf(double x)

Here is the call graph for this function:

Here is the caller graph for this function:

static double InvErf ( double  x)
static

Definition at line 96 of file G4DNABrownianTransportation.cc.

97 {
99 }
static double inverseErf(double t)

Here is the call graph for this function:

Here is the caller graph for this function:

static double InvErfc ( double  x)
static

Definition at line 101 of file G4DNABrownianTransportation.cc.

102 {
103  return CLHEP::HepStat::inverseErf(1. - x);
104 }
static double inverseErf(double t)

Here is the call graph for this function:

Here is the caller graph for this function: