/search.css" rel="stylesheet" type="text/css"/> /search.js">
#include <ctype.h>
#include <cstring>
Go to the source code of this file.
Defines | |
#define | initpydata initpydata_ |
#define | pyjets pyjets_ |
#define | pydat1 pydat1_ |
#define | pydat2 pydat2_ |
#define | pydat3 pydat3_ |
#define | pydatr pydatr_ |
#define | pysubs pysubs_ |
#define | pypars pypars_ |
#define | pyint1 pyint1_ |
#define | pyint2 pyint2_ |
#define | pyint5 pyint5_ |
#define | pyhepc pyhepc_ |
#define | pyinit pyinit_ |
#define | pylist pylist_ |
#define | pystat pystat_ |
#define | pyevnt pyevnt_ |
#define | upinit upinit_ |
#define | upevnt upevnt_ |
#define | pydata pydata_ |
Functions | |
void | initpydata (void) |
C void | pyhepc (int *) |
void | pyinit (const char *, const char *, const char *, double *, int, int, int) |
void | pylist (int *) |
void | pystat (int *) |
void | pyevnt () |
void | upinit () |
void | upevnt () |
void | call_pyhepc (int mode) |
void | call_pyinit (const char *frame, const char *beam, const char *target, double win) |
void | call_pylist (int mode) |
void | call_pystat (int mode) |
void | call_pyevnt () |
void | pydata (void) |
Variables | |
const int | pyjets_maxn = 4000 |
struct { | |
int n | |
int npad | |
int k [5][pyjets_maxn] | |
double p [5][pyjets_maxn] | |
double v [5][pyjets_maxn] | |
} | pyjets_ |
struct { | |
int mstu [200] | |
double paru [200] | |
int mstj [200] | |
double parj [200] | |
} | pydat1_ |
struct { | |
int kchg [4][500] | |
double pmas [4][500] | |
double parf [2000] | |
double vckm [4][4] | |
} | pydat2_ |
struct { | |
int mdcy [3][500] | |
int mdme [2][8000] | |
double brat [8000] | |
int kfdp [5][8000] | |
} | pydat3_ |
struct { | |
int mrpy [6] | |
double rrpy [100] | |
} | pydatr_ |
struct { | |
int msel | |
int mselpd | |
int msub [500] | |
int kfin [81][2] | |
double ckin [200] | |
} | pysubs_ |
struct { | |
int mstp [200] | |
double parp [200] | |
int msti [200] | |
double pari [200] | |
} | pypars_ |
struct { | |
int mint [400] | |
double vint [400] | |
} | pyint1_ |
struct { | |
int iset [500] | |
int kfpr [2][500] | |
double coef [20][500] | |
int icol [2][4][40] | |
} | pyint2_ |
struct { | |
int ngenpd | |
int ngen [3][501] | |
double xsec [3][501] | |
} | pyint5_ |
#define initpydata initpydata_ |
Definition at line 30 of file PythiaWrapper6_2.h.
#define pyjets pyjets_ |
Definition at line 42 of file PythiaWrapper6_2.h.
#define pydat1 pydat1_ |
Definition at line 52 of file PythiaWrapper6_2.h.
#define pydat2 pydat2_ |
Definition at line 60 of file PythiaWrapper6_2.h.
#define pydat3 pydat3_ |
Definition at line 69 of file PythiaWrapper6_2.h.
#define pydatr pydatr_ |
Definition at line 77 of file PythiaWrapper6_2.h.
#define pysubs pysubs_ |
Definition at line 85 of file PythiaWrapper6_2.h.
#define pypars pypars_ |
Definition at line 95 of file PythiaWrapper6_2.h.
#define pyint1 pyint1_ |
Definition at line 103 of file PythiaWrapper6_2.h.
#define pyint2 pyint2_ |
Definition at line 112 of file PythiaWrapper6_2.h.
#define pyint5 pyint5_ |
Definition at line 120 of file PythiaWrapper6_2.h.
#define pyhepc pyhepc_ |
Definition at line 125 of file PythiaWrapper6_2.h.
#define pyinit pyinit_ |
Definition at line 126 of file PythiaWrapper6_2.h.
#define pylist pylist_ |
Definition at line 127 of file PythiaWrapper6_2.h.
#define pystat pystat_ |
Definition at line 128 of file PythiaWrapper6_2.h.
#define pyevnt pyevnt_ |
Definition at line 129 of file PythiaWrapper6_2.h.
#define upinit upinit_ |
Definition at line 130 of file PythiaWrapper6_2.h.
#define upevnt upevnt_ |
Definition at line 131 of file PythiaWrapper6_2.h.
#define pydata pydata_ |
Definition at line 159 of file PythiaWrapper6_2.h.
void initpydata | ( | void | ) |
C void pyhepc | ( | int * | ) |
void pyinit | ( | const char * | , |
const char * | , | ||
const char * | , | ||
double * | , | ||
int | , | ||
int | , | ||
int | |||
) |
void pylist | ( | int * | ) |
void pystat | ( | int * | ) |
void pyevnt | ( | ) |
void upinit | ( | ) |
void upevnt | ( | ) |
void call_pyhepc | ( | int | mode | ) | [inline] |
Definition at line 143 of file PythiaWrapper6_2.h.
{ pyhepc( &mode ); }
void call_pyinit | ( | const char * | frame, |
const char * | beam, | ||
const char * | target, | ||
double | win | ||
) | [inline] |
Definition at line 144 of file PythiaWrapper6_2.h.
{ pyinit( frame,beam,target,&win,strlen(frame),strlen(beam),strlen(target) ); }
void call_pylist | ( | int | mode | ) | [inline] |
Definition at line 147 of file PythiaWrapper6_2.h.
{ pylist( &mode ); }
void call_pystat | ( | int | mode | ) | [inline] |
Definition at line 148 of file PythiaWrapper6_2.h.
{ pystat( &mode ); }
void call_pyevnt | ( | ) | [inline] |
Definition at line 149 of file PythiaWrapper6_2.h.
{ pyevnt(); }
void pydata | ( | void | ) |
const int pyjets_maxn = 4000 |
Definition at line 35 of file PythiaWrapper6_2.h.
int n |
Definition at line 38 of file PythiaWrapper6_2.h.
int npad |
Definition at line 38 of file PythiaWrapper6_2.h.
int k[5][pyjets_maxn] |
Definition at line 38 of file PythiaWrapper6_2.h.
double p[5][pyjets_maxn] |
Definition at line 39 of file PythiaWrapper6_2.h.
double v[5][pyjets_maxn] |
Definition at line 39 of file PythiaWrapper6_2.h.
struct { ... } pyjets_ |
int mstu[200] |
Definition at line 46 of file PythiaWrapper6_2.h.
double paru[200] |
Definition at line 47 of file PythiaWrapper6_2.h.
int mstj[200] |
Definition at line 48 of file PythiaWrapper6_2.h.
double parj[200] |
Definition at line 49 of file PythiaWrapper6_2.h.
struct { ... } pydat1_ |
int kchg[4][500] |
Definition at line 56 of file PythiaWrapper6_2.h.
double pmas[4][500] |
Definition at line 57 of file PythiaWrapper6_2.h.
double parf[2000] |
Definition at line 57 of file PythiaWrapper6_2.h.
double vckm[4][4] |
Definition at line 57 of file PythiaWrapper6_2.h.
struct { ... } pydat2_ |
int mdcy[3][500] |
Definition at line 64 of file PythiaWrapper6_2.h.
int mdme[2][8000] |
Definition at line 64 of file PythiaWrapper6_2.h.
double brat[8000] |
Definition at line 65 of file PythiaWrapper6_2.h.
int kfdp[5][8000] |
Definition at line 66 of file PythiaWrapper6_2.h.
struct { ... } pydat3_ |
int mrpy[6] |
Definition at line 73 of file PythiaWrapper6_2.h.
double rrpy[100] |
Definition at line 74 of file PythiaWrapper6_2.h.
struct { ... } pydatr_ |
int msel |
Definition at line 81 of file PythiaWrapper6_2.h.
int mselpd |
Definition at line 81 of file PythiaWrapper6_2.h.
int msub[500] |
Definition at line 81 of file PythiaWrapper6_2.h.
int kfin[81][2] |
Definition at line 81 of file PythiaWrapper6_2.h.
double ckin[200] |
Definition at line 82 of file PythiaWrapper6_2.h.
struct { ... } pysubs_ |
int mstp[200] |
Definition at line 89 of file PythiaWrapper6_2.h.
double parp[200] |
Definition at line 90 of file PythiaWrapper6_2.h.
int msti[200] |
Definition at line 91 of file PythiaWrapper6_2.h.
double pari[200] |
Definition at line 92 of file PythiaWrapper6_2.h.
struct { ... } pypars_ |
int mint[400] |
Definition at line 99 of file PythiaWrapper6_2.h.
double vint[400] |
Definition at line 100 of file PythiaWrapper6_2.h.
struct { ... } pyint1_ |
int iset[500] |
Definition at line 107 of file PythiaWrapper6_2.h.
int kfpr[2][500] |
Definition at line 107 of file PythiaWrapper6_2.h.
double coef[20][500] |
Definition at line 108 of file PythiaWrapper6_2.h.
int icol[2][4][40] |
Definition at line 109 of file PythiaWrapper6_2.h.
struct { ... } pyint2_ |
int ngenpd |
Definition at line 116 of file PythiaWrapper6_2.h.
int ngen[3][501] |
Definition at line 116 of file PythiaWrapper6_2.h.
double xsec[3][501] |
Definition at line 117 of file PythiaWrapper6_2.h.
struct { ... } pyint5_ |