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 #define pyedit pyedit_
17 
18 extern "C" {
19  void pyexec();
20  void py1ent(int&,int&,double&,double&,double&);
21  void pyedit(int&);
22 }
23 
24 void call_pyexec();
25 void call_py1ent(int,int,double,double,double);
26 void call_pyedit(int);
27 
28 #endif
#define PYEXEC
Definition: extraPythia.h:4
void call_pyexec()
Definition: extraPythia.cc:3
#define pyexec
Definition: extraPythia.h:14
void call_pyedit(int mode)
#define PYGIVE
Definition: extraPythia.h:9
#define py1ent
Definition: extraPythia.h:15
void call_py1ent(int, int, double, double, double)
Definition: extraPythia.cc:8
#define pyedit
Definition: extraPythia.h:16