hepmc - Rev 308
Subversion Repositories:
HepMC - a C++ Event Record for Monte Carlo GeneratorsAuthors: Matt Dobbs, University of Victoria and Jorgen Beck Hansen, CERNRefer to:https://savannah.cern.ch/projects/hepmc/ for online documentation.and:M. Dobbs and J.B. Hansen,"The HepMC C++ Monte Carlo Event Record for High Energy Physics",Computer Physics Communications, Vol. 134 (2001) 41-46, [ATL-SOFT-2000-001].Copyright (C) 2000 by Matt Dobbs, University of Victoriaand Jorgen Beck Hansen, CERNThe HepMC Event Record Package is the intellectual property ofthe package authors. Anyone may copy and distribute this packagefreely.*****************************************************2002-01-23 HepMC was developed on Linux with gcc.Thanks to the work of Witold Pokorski and Pere Mato,it now compiles and runs on Windows with Microsoft Visual C++.To compile with Microsoft Visual C++, you need to define the_WIN32 variable.*****************************************************NOTE re: linking to Pythia in the examplesSome of the files in the examples directory are aimed at showing you howto use HepMC with Pythia. Currently it links to Pythia6.1.Some platforms require the initialization of pythia PYDATA blockdata as external this is accomplished by the initpydata() call. If you getpythia initialization errors try commenting in/out the initpydata()call in the MyPythia examples.Note the Pythia wrappers are not intended to be part of the HepMC package,they are only provided to make the examples run.*****************************************************
