Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 323 Bytes

lhef2hepmc

lhef2hepmc is a simple LHEF -> HEPMC converter program. It is a pure Go re-implementation of the C++ converter from Rivet.

Installation

$ go get go-hep.org/x/hep/lhef2hepmc

Example

$ lhef2hepmc -i in.lhef -o out.hepmc
$ lhef2hepmc < in.lhef > out.hepmc