hepmc - Blame information for rev 2
Subversion Repositories:
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2 | garren | 1 | |
| 2 | |||
| 3 | HepMC - a C++ Event Record for Monte Carlo Generators | ||
| 4 | |||
| 5 | Authors: Matt Dobbs, University of Victoria and Jorgen Beck Hansen, CERN | ||
| 6 | |||
| 7 | Refer to: | ||
| 8 | http://cern.ch/HepMC/ for online documentation. | ||
| 9 | and: | ||
| 10 | M. Dobbs and J.B. Hansen, | ||
| 11 | "The HepMC C++ Monte Carlo Event Record for High Energy Physics", | ||
| 12 | Computer Physics Communications, Vol. 134 (2001) 41-46, [ATL-SOFT-2000-001]. | ||
| 13 | |||
| 14 | Copyright (C) 2000 by Matt Dobbs, University of Victoria | ||
| 15 | and Jorgen Beck Hansen, CERN | ||
| 16 | |||
| 17 | The HepMC Event Record Package is the intellectual property of | ||
| 18 | the package authors. Anyone may copy and distribute this package | ||
| 19 | freely. | ||
| 20 | |||
| 21 | ***************************************************** | ||
| 22 | |||
| 23 | 2002-01-23 HepMC was developed on Linux with gcc. | ||
| 24 | Thanks to the work of Witold Pokorski and Pere Mato, | ||
| 25 | it now compiles and runs on Windows with Microsoft Visual C++. | ||
| 26 | To compile with Microsoft Visual C++, you need to define the | ||
| 27 | _WIN32 variable. | ||
| 28 | |||
| 29 | ***************************************************** | ||
| 30 | |||
| 31 | NOTE re: linking to Pythia in the examples | ||
| 32 | |||
| 33 | Some of the files in the examples directory are aimed at showing you how | ||
| 34 | to use HepMC with Pythia. Currently it links to Pythia6.1. | ||
| 35 | |||
| 36 | Some platforms require the initialization of pythia PYDATA block | ||
| 37 | data as external this is accomplished by the initpydata() call. If you get | ||
| 38 | pythia initialization errors try commenting in/out the initpydata() | ||
| 39 | call in the MyPythia examples. | ||
| 40 | |||
| 41 | Note the Pythia wrappers are not intended to be part of the HepMC package, | ||
| 42 | they are only provided to make the examples run. | ||
| 43 | |||
| 44 | ***************************************************** | ||
| 45 | |||
| 46 |
