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 PYEXEC   pyexec_
 
#define pyexec   pyexec_
 
#define PYGIVE   pygive_
 

Functions

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

Macro Definition Documentation

#define py1ent   py1ent_

Definition at line 15 of file extraPythia.h.

#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 4 of file extraPythia.cc.

References py1ent.

Referenced by ParticleReplacerParticleGun::produce().

4 { py1ent(&ip,&flavour,&energy,&theta,&phi ); }
#define py1ent
Definition: PythiaRecord.h:5
Geom::Theta< T > theta() const
int flavour(const Candidate &part)
Definition: pdgIdUtils.h:31
Definition: DDAxes.h:10
void call_pyexec ( )

Definition at line 3 of file extraPythia.cc.

References pyexec.

Referenced by ParticleReplacerParticleGun::produce().

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