CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_10/src/TauAnalysis/MCEmbeddingTools/src/extraPythia.cc File Reference

#include "TauAnalysis/MCEmbeddingTools/interface/extraPythia.h"

Go to the source code of this file.

Functions

void call_py1ent (int ip, int flavour, double energy, double theta, double phi)
void call_pyexec ()

Function Documentation

void call_py1ent ( int  ip,
int  flavour,
double  energy,
double  theta,
double  phi 
)

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(); }