Go to the source code of this file.
|
void | py1ent_ (int &ip, int &kf, double &pe, double &the, double &phi) |
|
int | pycomp_ (int &) |
|
void | pydecy_ (int &ip) |
|
void | pyexec_ () |
|
void | pygive_ (const char *, int) |
|
void | pyglfr_ () |
|
void | pyglrhad_ () |
|
double | pymass_ (int &) |
|
void | pyrobo_ (int &, int &, double &, double &, double &, double &, double &) |
|
void | pystlfr_ () |
|
void | pystrhad_ () |
|
float | ranff_ (unsigned int *iseed) |
|
void | txgive_ (const char *, int) |
|
void | txgive_init_ (void) |
|
void py1ent_ |
( |
int & |
ip, |
|
|
int & |
kf, |
|
|
double & |
pe, |
|
|
double & |
the, |
|
|
double & |
phi |
|
) |
| |
void pygive_ |
( |
const char * |
, |
|
|
int |
|
|
) |
| |
void pyrobo_ |
( |
int & |
, |
|
|
int & |
, |
|
|
double & |
, |
|
|
double & |
, |
|
|
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
| |
float ranff_ |
( |
unsigned int * |
iseed | ) |
|
|
inline |
Definition at line 53 of file HijingPythiaWrapper.h.
54 (*iseed) = (69069 * (*iseed) + 1) & 0xffffffffUL;
55 return (*
iseed) / 4294967296.0;
void txgive_ |
( |
const char * |
, |
|
|
int |
|
|
) |
| |
void txgive_init_ |
( |
void |
| ) |
|