Fork me on GitHub

source: svn/trunk/Utilities/HepMC/CREDITS@ 562

Last change on this file since 562 was 363, checked in by Xavier Rouby, 15 years ago

basic info

File size: 929 bytes
Line 
1The HepMC package is an object oriented event record written in C++
2for High Energy Physics Monte Carlo Generators. Many extensions from
3HEPEVT, the Fortran HEP standard, are supported: the number of entries
4is unlimited, spin density matrices can be stored with each vertex,
5flow patterns (such as color) can be stored and traced, integers
6representing random number generator states can be stored, and an arbitrary
7number of event weights can be included. Particles and vertices are kept
8separate in a graph structure, physically similar to a physics event.
9 The added information supports the modularisation of event generators.
10The package has been kept as simple as possible with minimal internal/external
11dependencies. Event information is accessed by means of iterators supplied
12with the package.
13
14Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001) 41.
15http://lcgapp.cern.ch/project/simu/HepMC/
Note: See TracBrowser for help on using the repository browser.