Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include "wcpplib/safetl/AbsArr.h"
Go to the source code of this file.
Functions | |
float | chispre (float *x, float *p, float *f, long q) |
float | chisran (float flat_random_number, float *x, float *f, long q) |
double | chispre (DynLinArr< double > &f, int s_allow_zero_f=0) |
double | chisran (double flat_random_number, DynLinArr< double > f) |
double chispre | ( | DynLinArr< double > & | f, |
int | s_allow_zero_f = 0 |
||
) |
Definition at line 67 of file chisran.cpp.
float chispre | ( | float * | x, |
float * | p, | ||
float * | f, | ||
long | q | ||
) |
Definition at line 7 of file chisran.cpp.
Referenced by Heed::HeedPhoton::physics().
double chisran | ( | double | flat_random_number, |
DynLinArr< double > | f | ||
) |
Definition at line 93 of file chisran.cpp.
float chisran | ( | float | flat_random_number, |
float * | x, | ||
float * | f, | ||
long | q | ||
) |
Definition at line 22 of file chisran.cpp.
Referenced by Heed::HeedPhoton::physics().