command
Version:
v0.24.0
Opens a new window with list of versions in this module.
Published: Mar 19, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
Documentation
¶
lhef2hepmc converts a LHEF input file into a HepMC file.
Example:
$> lhef2hepmc -i in.lhef -o out.hepmc
$> lhef2hepmc < in.lhef > out.hepmc
Source Files
¶
Click to show internal directories.
Click to hide internal directories.