hepevt-0.3.2: HEPEVT parser and writer

Safe HaskellSafe-Infered

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.gov/psm/simulation/mcgen/lund/pythia_manual/pythia6.3/pythia6301/node39.html. Compatibility with the extended format used by HepMC (http://lcgapp.cern.ch/project/simu/HepMC/) 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