cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Pythia6Interface.cpp File Reference
+ Include dependency graph for Pythia6Interface.cpp:

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)
 

Function Documentation

◆ pyalem_()

double pyalem_ ( double &  q2)

◆ pyalps_()

double pyalps_ ( double &  q2)

◆ pychge_()

int pychge_ ( int &  )

◆ pyckbd_()

void pyckbd_ ( )

◆ pyexec_()

void pyexec_ ( )

◆ pygive_()

void pygive_ ( const char *  ,
int   
)

◆ pyjoin_()

void pyjoin_ ( int &  ,
int &   
)

◆ pyk_()

int pyk_ ( int &  ,
int &   
)

◆ pylist_()

void pylist_ ( int &  )

◆ pymass_()

double pymass_ ( int &  )

◆ pyname_()

void pyname_ ( int &  ,
char *  ,
int   
)

◆ pyp_()

double pyp_ ( int &  ,
int &   
)

◆ pystop_()

void pystop_ ( )

Definition at line 38 of file Pythia6Interface.cpp.