An open API service indexing awesome lists of open source software.

https://github.com/divital-coder/hepmc3-dev.jl

Development Repository for HepMC3.jl wrapper package for HepMC3 event record library.
https://github.com/divital-coder/hepmc3-dev.jl

Last synced: about 2 months ago
JSON representation

Development Repository for HepMC3.jl wrapper package for HepMC3 event record library.

Awesome Lists containing this project

README

        

Julia bindings for the [HepMC3](https://gitlab.cern.ch/hepmc/HepMC3) library for
representing HEP monte-carlo events. The bindings use the
[CxxWrap.jl](https://github.com/JuliaInterop/CxxWrap.jl) package to wrap C++
types and functions to Julia. These are generated using the
[WrapIt](https://github.com/grasph/wrapit) package, which automates the
generation of the wrapper code by analysing the HepMC3 header files.