CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
extraPythia.h
Go to the documentation of this file.
1 #ifndef extraPythia_h
2 #define extraPythia_h
3 
4 #define PYEXEC pyexec_
5 extern "C" {
6  void PYEXEC();
7 }
8 
9 #define PYGIVE pygive_
10 extern "C" {
11  void PYGIVE(const char*,int length);
12 }
13 
14 #define pyexec pyexec_
15 #define py1ent py1ent_
16 
17 extern "C" {
18  void pyexec();
19 void py1ent(int*,int*,double*,double*,double*);
20  }
21 
22 void call_pyexec();
23 void call_py1ent(int,int,double,double,double);
24 
25 #endif
#define PYEXEC
Definition: extraPythia.h:4
void call_pyexec()
Definition: extraPythia.cc:3
#define pyexec
Definition: extraPythia.h:14
#define PYGIVE
Definition: extraPythia.h:9
#define py1ent
Definition: extraPythia.h:15
void call_py1ent(int, int, double, double, double)
Definition: extraPythia.cc:4