CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #include "TauAnalysis/MCEmbeddingTools/interface/extraPythia.h"
00002 
00003 void call_pyexec(){ pyexec(); }
00004 void call_py1ent( int ip,int flavour,double energy,double theta,double phi){ py1ent(&ip,&flavour,&energy,&theta,&phi ); }
00005