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