hepevt-0.3: HEPEVT parser and writer

Data.HEPEVT

Description

This module provides a pure haskell implementation of a reader and writer for the ASCII HEPEVT file format, rougly as described at http:cepa.fnal.govpsmsimulationmcgenlundpythia_manualpythia6.3pythia6301node39.html. Compatibility with the extended format used by HepMC (http:lcgapp.cern.chprojectsimuHepMC) is given priority.

Documentation

type Event = ([Double], [Particle])Source