Cargando…

The HepMC C++ Monte Carlo Event Record for High Energy Physics

HepMC is an Object Oriented event record written in C++ for High Energy Physics Monte Carlo Event Generators. Many extensions from HEPEVT, the Fortran HEP standard, are supported: the number of entries is unlimited, spin density matrices can be stored with each vertex, flow patterns (such as colour)...

Descripción completa

Detalles Bibliográficos
Autores principales: Dobbs, M, Hansen, J B
Lenguaje:eng
Publicado: 2000
Materias:
Acceso en línea:http://cds.cern.ch/record/684090
Descripción
Sumario:HepMC is an Object Oriented event record written in C++ for High Energy Physics Monte Carlo Event Generators. Many extensions from HEPEVT, the Fortran HEP standard, are supported: the number of entries is unlimited, spin density matrices can be stored with each vertex, flow patterns (such as colour) can be stored and traced, random number generator states can be stored, and an arbitrary number of event weights can be included. Particles and vertices are stored separately in a graph structure, reflecting the evolution of a physics event. The added information supports the modularisation of event generators. The event record has been kept as simple as possible with minimal internal/external dependencies. Event information is accessed by means of iterators supplied with HepMC.