#include "TPythia6.h"#include "TClonesArray.h"#include "TMCParticle.h"#include "TParticle.h"Go to the source code of this file.
Defines | |
| #define | pydiff pydiff_ | 
| #define | pyevnt pyevnt_ | 
| #define | pyinit pyinit_ | 
| #define | pychge pychge_ | 
| #define | pycomp pycomp_ | 
| #define | pyedit pyedit_ | 
| #define | pyexec pyexec_ | 
| #define | pyhepc pyhepc_ | 
| #define | pygive pygive_ | 
| #define | pylist pylist_ | 
| #define | pymass pymass_ | 
| #define | pyname pyname_ | 
| #define | pyr pyr_ | 
| #define | pyrget pyrget_ | 
| #define | pyrset pyrset_ | 
| #define | pystat pystat_ | 
| #define | pytest pytest_ | 
| #define | pytune pytune_ | 
| #define | pyupda pyupda_ | 
| #define | py1ent py1ent_ | 
| #define | pythia6_common_address pythia6_common_address | 
| #define | tpythia6_open_fortran_file tpythia6_open_fortran_file_ | 
| #define | tpythia6_close_fortran_file tpythia6_close_fortran_file_ | 
| #define | type_of_call | 
Functions | |
| void type_of_call | pyevnt () | 
| void type_of_call | pystat (int *key) | 
| void type_of_call | pylist (int *key) | 
| void type_of_call | pyedit (int *medit) | 
| void type_of_call | pydiff () | 
| void type_of_call | pyexec () | 
| void type_of_call | pygive (const char *param, Long_t lparam) | 
| void type_of_call | pyhepc (int *mconv) | 
| int type_of_call | pychge (int *kf) | 
| int type_of_call | pycomp (int *kf) | 
| double type_of_call | pymass (int *kf) | 
| void type_of_call | pyname (int *kf, char *name, Long_t l_name) | 
| int type_of_call | pyr (int *dummy) | 
| int type_of_call | pyrget (int *lun, int *move) | 
| int type_of_call | pyrset (int *lun, int *move) | 
| int type_of_call | pytest (int *flag) | 
| int type_of_call | pytune (int *itune) | 
| int type_of_call | pyupda (int *mupda, int *lun) | 
| void type_of_call | py1ent (Int_t &, Int_t &, Double_t &, Double_t &, Double_t &) | 
| void type_of_call | pyinit (char *frame, char *beam, char *target, double *win, Long_t l_frame, Long_t l_beam, Long_t l_target) | 
| void * | pythia6_common_address (const char *) | 
| void type_of_call | tpythia6_open_fortran_file (int *lun, char *name, int) | 
| void type_of_call | tpythia6_close_fortran_file (int *lun) | 
| ClassImp (TPythia6) TPythia6 | |
| #define py1ent py1ent_ | 
| #define pychge pychge_ | 
| #define pycomp pycomp_ | 
| #define pydiff pydiff_ | 
| #define pyedit pyedit_ | 
| #define pyevnt pyevnt_ | 
Definition at line 73 of file TPythia6.cxx.
Referenced by TPythia6::GenerateEvent(), and TPythia6::Pyevnt().
| #define pyexec pyexec_ | 
| #define pygive pygive_ | 
| #define pyhepc pyhepc_ | 
| #define pyinit pyinit_ | 
| #define pylist pylist_ | 
| #define pymass pymass_ | 
| #define pyname pyname_ | 
Definition at line 83 of file TPythia6.cxx.
| #define pyr pyr_ | 
| #define pyrget pyrget_ | 
| #define pyrset pyrset_ | 
| #define pystat pystat_ | 
| #define pytest pytest_ | 
| #define pythia6_common_address pythia6_common_address | 
| #define pytune pytune_ | 
| #define pyupda pyupda_ | 
| #define tpythia6_close_fortran_file tpythia6_close_fortran_file_ | 
| #define tpythia6_open_fortran_file tpythia6_open_fortran_file_ | 
| #define type_of_call | 
Definition at line 105 of file TPythia6.cxx.
| ClassImp | ( | TPythia6 | ) | 
Definition at line 172 of file TPythia6.cxx.
| int type_of_call pychge | ( | int * | kf | ) | 
| int type_of_call pycomp | ( | int * | kf | ) | 
| void type_of_call pydiff | ( | ) | 
| void type_of_call pyedit | ( | int * | medit | ) | 
| void type_of_call pyevnt | ( | ) | 
| void type_of_call pyexec | ( | ) | 
| void type_of_call pygive | ( | const char * | param, | |
| Long_t | lparam | |||
| ) | 
| void type_of_call pyhepc | ( | int * | mconv | ) | 
| void type_of_call pyinit | ( | char * | frame, | |
| char * | beam, | |||
| char * | target, | |||
| double * | win, | |||
| Long_t | l_frame, | |||
| Long_t | l_beam, | |||
| Long_t | l_target | |||
| ) | 
| void type_of_call pylist | ( | int * | key | ) | 
| double type_of_call pymass | ( | int * | kf | ) | 
| void type_of_call pyname | ( | int * | kf, | |
| char * | name, | |||
| Long_t | l_name | |||
| ) | 
| int type_of_call pyr | ( | int * | dummy | ) | 
| int type_of_call pyrget | ( | int * | lun, | |
| int * | move | |||
| ) | 
| int type_of_call pyrset | ( | int * | lun, | |
| int * | move | |||
| ) | 
| void type_of_call pystat | ( | int * | key | ) | 
| int type_of_call pytest | ( | int * | flag | ) | 
| void* pythia6_common_address | ( | const char * | ) | 
| int type_of_call pytune | ( | int * | itune | ) | 
| int type_of_call pyupda | ( | int * | mupda, | |
| int * | lun | |||
| ) | 
| void type_of_call tpythia6_close_fortran_file | ( | int * | lun | ) | 
| void type_of_call tpythia6_open_fortran_file | ( | int * | lun, | |
| char * | name, | |||
| int | ||||
| ) | 
 1.5.1