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.
- Host: GitHub
- URL: https://github.com/divital-coder/hepmc3-dev.jl
- Owner: divital-coder
- License: mit
- Created: 2025-01-31T05:26:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T16:41:13.000Z (4 months ago)
- Last Synced: 2025-02-10T03:19:08.274Z (3 months ago)
- Language: Makefile
- Size: 47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.