Pythia 6 utilities namespace.
Classes | |
class | EventInterface |
Interface to the Pythia 6 event content. More... | |
Functions | |
int | pythia6Status (int) |
int | cepgenStatus (int) |
void | checkPDGid (int) |
double | pyalem (double) |
double | pyalps (double) |
void | pyckbd () |
void | pyexec () |
void | pygive (const std::string &) |
void | pyjoin (std::vector< int > join) |
Connect entries with colour flow information. | |
int | pyk (int id, int qty) |
void | pylist (int mlist) |
double | pymass (int pdgid_) |
std::string | pyname (int pdgid) |
double | pyp (int id, int qty) |
static int & | mstu (size_t i) |
static double & | paru (size_t i) |
int cepgenStatus | ( | int | ) |
void checkPDGid | ( | int | ) |
|
static |
Definition at line 62 of file Pythia6Interface.h.
|
static |
Definition at line 63 of file Pythia6Interface.h.
double pyalem | ( | double | ) |
double pyalps | ( | double | ) |
void pyckbd | ( | ) |
void pyexec | ( | ) |
void pygive | ( | const std::string & | ) |
void pyjoin | ( | std::vector< int > | join | ) |
[in] | join | List of particles unique identifier to join in the colour flow |
int pyk | ( | int | id, |
int | qty ) |
void pylist | ( | int | mlist | ) |
double pymass | ( | int | pdgid_ | ) |
std::string pyname | ( | int | pdgid | ) |
double pyp | ( | int | id, |
int | qty ) |
int pythia6Status | ( | int | ) |