CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
extraPythia.cc
Go to the documentation of this file.
2 
3 void call_pyexec()
4 {
5  pyexec();
6 }
7 
8 void call_py1ent(int ip,int flavour,double energy,double theta,double phi)
9 {
10  py1ent(ip,flavour,energy,theta,phi);
11 }
12 
13 void call_pyedit(int medit)
14 {
15  pyedit(medit);
16 }
#define py1ent
Definition: PythiaRecord.h:5
void call_pyexec()
Definition: extraPythia.cc:3
Geom::Theta< T > theta() const
#define pyexec
Definition: PythiaRecord.h:10
void call_pyedit(int mode)
Geom::Phi< T > phi() const
void call_py1ent(int, int, double, double, double)
Definition: extraPythia.cc:8
#define pyedit
Definition: extraPythia.h:16
int flavour(const Candidate &part)
Definition: pdgIdUtils.h:31