CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PythiaRecord.h
Go to the documentation of this file.
1 #ifndef PYTHIA_RECORD_HH
3 #define PYTHIA_RECORD_HH
4 
5 #define py1ent py1ent_
6 extern "C" {
7  void py1ent(int&,int&,double&,double&,double&);
8 }
9 
10 #define pyexec pyexec_
11 extern "C" {
12  void pyexec();
13 }
14 
15 #define pyinre pyinre_
16 extern "C" {
17  void pyinre();
18 }
19 
20 #define pyjoin pyjoin_
21 extern "C" {
22  void pyjoin(int&,int[2]);
23 }
24 
25 #define pyshow pyshow_
26 extern "C" {
27  void pyshow(int&,int&,double&);
28 }
29 
30 #endif
31 
#define pyjoin
Definition: PythiaRecord.h:20
#define py1ent
Definition: PythiaRecord.h:5
#define pyinre
Definition: PythiaRecord.h:15
#define pyexec
Definition: PythiaRecord.h:10
#define pyshow
Definition: PythiaRecord.h:25