Geant4  10.02.p01
XFunc.cc File Reference
#include "XFunc.hh"
+ Include dependency graph for XFunc.cc:

Go to the source code of this file.

Functions

int func1 (int i)
 
double func1 (int i, double d)
 
int func2 (int i)
 
int func2 (int i0, int i1)
 
int func3 (int i)
 
int func3 (double d)
 

Function Documentation

int func1 ( int  i)

Definition at line 40 of file XFunc.cc.

Referenced by G4MuBremsstrahlungModel::SampleSecondaries().

+ Here is the caller graph for this function:

double func1 ( int  i,
double  d 
)

Definition at line 45 of file XFunc.cc.

int func2 ( int  i)

Definition at line 51 of file XFunc.cc.

Referenced by G4MuBremsstrahlungModel::SampleSecondaries().

+ Here is the caller graph for this function:

int func2 ( int  i0,
int  i1 
)

Definition at line 56 of file XFunc.cc.

int func3 ( int  i)

Definition at line 61 of file XFunc.cc.

int func3 ( double  d)

Definition at line 66 of file XFunc.cc.