CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions
extraPythia.h File Reference

Go to the source code of this file.

Macros

#define py1ent   py1ent_
 
#define pyedit   pyedit_
 
#define PYEXEC   pyexec_
 
#define pyexec   pyexec_
 
#define PYGIVE   pygive_
 

Functions

void call_py1ent (int, int, double, double, double)
 
void call_pyedit (int)
 
void call_pyexec ()
 
void py1ent_ (int &, int &, double &, double &, double &)
 
void pyedit_ (int &)
 
void pyexec_ ()
 
void pygive_ (const char *, int length)
 

Macro Definition Documentation

#define py1ent   py1ent_

Definition at line 15 of file extraPythia.h.

#define pyedit   pyedit_

Definition at line 16 of file extraPythia.h.

Referenced by call_pyedit().

#define PYEXEC   pyexec_

Definition at line 4 of file extraPythia.h.

#define pyexec   pyexec_

Definition at line 14 of file extraPythia.h.

#define PYGIVE   pygive_

Definition at line 9 of file extraPythia.h.

Function Documentation

void call_py1ent ( int  ,
int  ,
double  ,
double  ,
double   
)

Definition at line 8 of file extraPythia.cc.

References py1ent.

Referenced by ParticleReplacerParticleGun::produce().

9 {
11 }
#define py1ent
Definition: PythiaRecord.h:5
Geom::Theta< T > theta() const
Geom::Phi< T > phi() const
int flavour(const Candidate &part)
Definition: pdgIdUtils.h:31
void call_pyedit ( int  )
inline

Definition at line 177 of file CascadeWrapper.h.

References pyedit, and pyedit_().

Referenced by GenMuonRadiationAlgorithm::compFSR().

177 { pyedit_(&mode); }
void pyedit_(int *mode)
void call_pyexec ( )

Definition at line 3 of file extraPythia.cc.

References pyexec.

Referenced by ParticleReplacerParticleGun::produce(), and ParticleReplacerZtautau::produce().

4 {
5  pyexec();
6 }
#define pyexec
Definition: PythiaRecord.h:10
void py1ent_ ( int &  ,
int &  ,
double &  ,
double &  ,
double &   
)
void pyedit_ ( int &  )
void pyexec_ ( )
void pygive_ ( const char *  ,
int  length 
)