CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #ifndef extraPythia_h
00002 #define extraPythia_h
00003 
00004 #define PYEXEC pyexec_
00005 extern "C" {
00006   void PYEXEC();
00007 }
00008 
00009 #define PYGIVE pygive_
00010 extern "C" {
00011   void PYGIVE(const char*,int length);
00012 }
00013 
00014 #define pyexec pyexec_
00015 #define py1ent py1ent_
00016 
00017 extern "C" {
00018         void pyexec();
00019 void py1ent(int*,int*,double*,double*,double*);
00020     }
00021 
00022 void call_pyexec();
00023 void call_py1ent(int,int,double,double,double);
00024 
00025 #endif