Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:29

0001 ////PythiaInterface.h
0002 #ifndef PYTHIA_RECORD_HH
0003 #define PYTHIA_RECORD_HH
0004 
0005 #define py1ent py1ent_
0006 extern "C" {
0007 void py1ent(int&, int&, double&, double&, double&);
0008 }
0009 
0010 #define pyexec pyexec_
0011 extern "C" {
0012 void pyexec();
0013 }
0014 
0015 #define pyinre pyinre_
0016 extern "C" {
0017 void pyinre();
0018 }
0019 
0020 #define pyjoin pyjoin_
0021 extern "C" {
0022 void pyjoin(int&, int[2]);
0023 }
0024 
0025 #define pyshow pyshow_
0026 extern "C" {
0027 void pyshow(int&, int&, double&);
0028 }
0029 
0030 #endif