CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Core/Exception.h"
#include "CepGen/Event/Particle.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Utils/String.h"
#include "CepGenAddOns/Pythia6Wrapper/Pythia6Interface.h"
Go to the source code of this file.
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::pythia6 |
Pythia 6 utilities namespace. | |
Functions | |
double | pyalem_ (double &q2) |
double | pyalps_ (double &q2) |
double | pymass_ (int &) |
Get the particle's mass in GeV from Pythia. | |
void | pyexec_ () |
Launch the Pythia6 fragmentation. | |
void | pygive_ (const char *, int) |
Set a parameter value to the Pythia module. | |
void | pyckbd_ () |
void | pylist_ (int &) |
List all the particles in the event in a human-readable format. | |
void | pyjoin_ (int &, int &) |
Join two coloured particles in a colour singlet. | |
void | pyname_ (int &, char *, int) |
Get a particle's human-readable name from Pythia. | |
int | pyk_ (int &, int &) |
Get integer-valued event information from Pythia. | |
double | pyp_ (int &, int &) |
Get real-valued event information from Pythia. | |
int | pychge_ (int &) |
void | pystop_ () |
Purely virtual method to call at the end of the run. | |
double | pyalem (double q2) |
double | pyalps (double q2) |
void | pyexec () |
int | pychge (int pdgid) |
void | pyckbd () |
void | pygive (const std::string &line) |
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) |
int | pythia6Status (int cg_status) |
int | cepgenStatus (int py_status) |
void | checkPDGid (int pdg_id) |
double pyalem_ | ( | double & | q2 | ) |
double pyalps_ | ( | double & | q2 | ) |
int pychge_ | ( | int & | ) |
void pyckbd_ | ( | ) |
void pyexec_ | ( | ) |
void pygive_ | ( | const char * | , |
int | |||
) |
void pyjoin_ | ( | int & | , |
int & | |||
) |
int pyk_ | ( | int & | , |
int & | |||
) |
void pylist_ | ( | int & | ) |
double pymass_ | ( | int & | ) |
void pyname_ | ( | int & | , |
char * | , | ||
int | |||
) |
double pyp_ | ( | int & | , |
int & | |||
) |
void pystop_ | ( | ) |
Definition at line 38 of file Pythia6Interface.cpp.