Go to the source code of this file.
Defines | |
#define | py1ent py1ent_ |
#define | PYEXEC pyexec_ |
#define | pyexec pyexec_ |
#define | PYGIVE pygive_ |
Functions | |
void | call_py1ent (int, int, double, double, double) |
void | call_pyexec () |
void | py1ent (int *, int *, double *, double *, double *) |
void | PYEXEC () |
void | pyexec () |
void | PYGIVE (const char *, int length) |
#define py1ent py1ent_ |
Definition at line 15 of file extraPythia.h.
#define PYEXEC pyexec_ |
Definition at line 4 of file extraPythia.h.
#define pyexec pyexec_ |
Definition at line 14 of file extraPythia.h.
#define PYGIVE pygive_ |
Definition at line 9 of file extraPythia.h.
void call_py1ent | ( | int | , |
int | , | ||
double | , | ||
double | , | ||
double | |||
) |
Definition at line 4 of file extraPythia.cc.
References py1ent.
Referenced by ParticleReplacerParticleGun::produce().
void call_pyexec | ( | ) |
Definition at line 3 of file extraPythia.cc.
References pyexec.
Referenced by ParticleReplacerParticleGun::produce().
{ pyexec(); }
void py1ent | ( | int * | , |
int * | , | ||
double * | , | ||
double * | , | ||
double * | |||
) |
void PYEXEC | ( | ) |
void pyexec | ( | ) |
void PYGIVE | ( | const char * | , |
int | length | ||
) |