![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <string>
Include dependency graph for pythiaInterface.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | pythiaInterface |
Functions | |
| void | pyinit_ (const char *, const char *, const char *, double &, int, int, int) |
| void | pyevnt_ () |
| void | pygive_ (const char *, int) |
| void | pyfram_ (int &) |
| void | pylist_ (int &) |
| void | pystat_ (int &) |
| int | pycomp_ (int &) |
Variables | |
| struct { | |
| int n | |
| int npad | |
| int k [5][4000] | |
| double p [5][4000] | |
| double v [5][4000] | |
| } | pyjets_ |
| struct { | |
| int mdcy [3][500] | |
| int mdme [2][8000] | |
| double brat [8000] | |
| int kfpd [5][8000] | |
| } | pydat3_ |
| int pycomp_ | ( | int & | ) |
| void pyevnt_ | ( | ) |
| void pyfram_ | ( | int & | ) |
| void pygive_ | ( | const char * | , |
| int | |||
| ) |
| void pyinit_ | ( | const char * | , |
| const char * | , | ||
| const char * | , | ||
| double & | , | ||
| int | , | ||
| int | , | ||
| int | |||
| ) |
| void pylist_ | ( | int & | ) |
| void pystat_ | ( | int & | ) |
| double brat[8000] |
Definition at line 32 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 32 of file pythiaInterface.h
| int k[5][4000] |
Definition at line 24 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 24 of file pythiaInterface.h
| int kfpd[5][8000] |
Definition at line 33 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 33 of file pythiaInterface.h
| int mdcy[3][500] |
Definition at line 30 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 30 of file pythiaInterface.h
| int mdme[2][8000] |
Definition at line 31 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 31 of file pythiaInterface.h
| int n |
Definition at line 22 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 22 of file pythiaInterface.h
| int npad |
Definition at line 23 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 23 of file pythiaInterface.h
| double p[5][4000] |
Definition at line 25 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 25 of file pythiaInterface.h
| struct { ... } pydat3_ |
| struct { ... } pyjets_ |
| double v[5][4000] |
Definition at line 26 of file pythiaInterface.h.
View newest version in sPHENIX GitHub at line 26 of file pythiaInterface.h