CMS 3D CMS Logo

Defines | Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/TauAnalysis/MCEmbeddingTools/interface/extraPythia.h File Reference

Go to the source code of this file.

Defines

#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 pyexec ()
void PYGIVE (const char *, int length)

Define 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().

{ py1ent(&ip,&flavour,&energy,&theta,&phi ); }
void call_pyexec ( )

Definition at line 3 of file extraPythia.cc.

References pyexec.

Referenced by ParticleReplacerParticleGun::produce().

{ pyexec(); }
void py1ent ( int *  ,
int *  ,
double *  ,
double *  ,
double *   
)
void PYEXEC ( )
void pyexec ( )
void PYGIVE ( const char *  ,
int  length 
)