cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator
cepgen::pythia6 Namespace Reference

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)
 

Function Documentation

◆ cepgenStatus()

int cepgenStatus ( int )

◆ checkPDGid()

void checkPDGid ( int )

◆ mstu()

static int & mstu ( size_t i)
static

Definition at line 62 of file Pythia6Interface.h.

◆ paru()

static double & paru ( size_t i)
static

Definition at line 63 of file Pythia6Interface.h.

◆ pyalem()

double pyalem ( double )

◆ pyalps()

double pyalps ( double )

◆ pyckbd()

void pyckbd ( )

◆ pyexec()

void pyexec ( )

◆ pygive()

void pygive ( const std::string & )

◆ pyjoin()

void pyjoin ( std::vector< int > join)
Parameters
[in]joinList of particles unique identifier to join in the colour flow

◆ pyk()

int pyk ( int id,
int qty )

◆ pylist()

void pylist ( int mlist)

◆ pymass()

double pymass ( int pdgid_)

◆ pyname()

std::string pyname ( int pdgid)

◆ pyp()

double pyp ( int id,
int qty )

◆ pythia6Status()

int pythia6Status ( int )