hepevt-0.3.1: 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

data Particle Source

Constructors

Particle 

Fields

barcode :: Int
 
pid :: Int
 
px :: Double
 
py :: Double
 
pz :: Double
 
energy :: Double
 
mass :: Double
 
stat :: Int
 
ptheta :: Double
 
pphi :: Double
 

Instances