00001 //-------------------------------------------------------------------------- 00002 00004 // Matt.Dobbs@Cern.CH, November 2000 00005 // Just a link to whichever pythia version is current. 00007 00008 // This pre-compiler directive is included (2002-01-16) to allow compatibility 00009 // with MS Visual C++, which interfaces to fortran in a different manner. 00010 // For it to work you need to define the _WIN32 variable when compiling. 00011 #ifdef _WIN32 // Platform: Windows MS Visual C++ 00012 #include "HepMC/PythiaWrapper6_2_WIN32.h" 00013 00014 #else // Generic version, tested on Linux ecgs/gcc 00015 #include "HepMC/PythiaWrapper6_2.h" 00016 00017 #endif // Platform 00018 00019 //--------------------------------------------------------------------------