.clang-format
.coveragerc
.gitignore
.gitmodules
.pre-commit-config.yaml
CMakeLists.txt
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
cmake_ext.py
generate_pretty_names.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/coverage.yml
.github/workflows/test.yml
.github/workflows/wheels.yml
docs/pyhepmc.svg
extern/HepMC3/include/HepMC3/AssociatedParticle.h
extern/HepMC3/include/HepMC3/Attribute.h
extern/HepMC3/include/HepMC3/CompressedIO.h
extern/HepMC3/include/HepMC3/Errors.h
extern/HepMC3/include/HepMC3/FourVector.h
extern/HepMC3/include/HepMC3/GenCrossSection.h
extern/HepMC3/include/HepMC3/GenCrossSection_fwd.h
extern/HepMC3/include/HepMC3/GenEvent.h
extern/HepMC3/include/HepMC3/GenHeavyIon.h
extern/HepMC3/include/HepMC3/GenHeavyIon_fwd.h
extern/HepMC3/include/HepMC3/GenParticle.h
extern/HepMC3/include/HepMC3/GenParticle_fwd.h
extern/HepMC3/include/HepMC3/GenPdfInfo.h
extern/HepMC3/include/HepMC3/GenPdfInfo_fwd.h
extern/HepMC3/include/HepMC3/GenRunInfo.h
extern/HepMC3/include/HepMC3/GenVertex.h
extern/HepMC3/include/HepMC3/GenVertex_fwd.h
extern/HepMC3/include/HepMC3/HEPEVT_Helpers.h
extern/HepMC3/include/HepMC3/HEPEVT_Wrapper.h
extern/HepMC3/include/HepMC3/HEPEVT_Wrapper_Runtime.h
extern/HepMC3/include/HepMC3/HEPEVT_Wrapper_Runtime_Static.h
extern/HepMC3/include/HepMC3/HEPEVT_Wrapper_Template.h
extern/HepMC3/include/HepMC3/HepMC3.h
extern/HepMC3/include/HepMC3/LHEF.h
extern/HepMC3/include/HepMC3/LHEFAttributes.h
extern/HepMC3/include/HepMC3/Print.h
extern/HepMC3/include/HepMC3/PrintStreams.h
extern/HepMC3/include/HepMC3/Reader.h
extern/HepMC3/include/HepMC3/ReaderAscii.h
extern/HepMC3/include/HepMC3/ReaderAsciiHepMC2.h
extern/HepMC3/include/HepMC3/ReaderFactory.h
extern/HepMC3/include/HepMC3/ReaderGZ.h
extern/HepMC3/include/HepMC3/ReaderHEPEVT.h
extern/HepMC3/include/HepMC3/ReaderLHEF.h
extern/HepMC3/include/HepMC3/ReaderMT.h
extern/HepMC3/include/HepMC3/ReaderPlugin.h
extern/HepMC3/include/HepMC3/Setup.h
extern/HepMC3/include/HepMC3/Units.h
extern/HepMC3/include/HepMC3/Version.h
extern/HepMC3/include/HepMC3/Writer.h
extern/HepMC3/include/HepMC3/WriterAscii.h
extern/HepMC3/include/HepMC3/WriterAsciiHepMC2.h
extern/HepMC3/include/HepMC3/WriterGZ.h
extern/HepMC3/include/HepMC3/WriterHEPEVT.h
extern/HepMC3/include/HepMC3/WriterPlugin.h
extern/HepMC3/include/HepMC3/Data/GenEventData.h
extern/HepMC3/include/HepMC3/Data/GenParticleData.h
extern/HepMC3/include/HepMC3/Data/GenRunInfoData.h
extern/HepMC3/include/HepMC3/Data/GenVertexData.h
extern/HepMC3/src/GenCrossSection.cc
extern/HepMC3/src/GenEvent.cc
extern/HepMC3/src/GenHeavyIon.cc
extern/HepMC3/src/GenParticle.cc
extern/HepMC3/src/GenPdfInfo.cc
extern/HepMC3/src/GenRunInfo.cc
extern/HepMC3/src/GenVertex.cc
extern/HepMC3/src/HEPEVT_Wrapper.cc
extern/HepMC3/src/LHEFAttributes.cc
extern/HepMC3/src/Print.cc
extern/HepMC3/src/ReaderAscii.cc
extern/HepMC3/src/ReaderAsciiHepMC2.cc
extern/HepMC3/src/ReaderHEPEVT.cc
extern/HepMC3/src/ReaderLHEF.cc
extern/HepMC3/src/ReaderPlugin.cc
extern/HepMC3/src/Setup.cc
extern/HepMC3/src/WriterAscii.cc
extern/HepMC3/src/WriterAsciiHepMC2.cc
extern/HepMC3/src/WriterHEPEVT.cc
extern/HepMC3/src/WriterPlugin.cc
extern/pybind11/CMakeLists.txt
extern/pybind11/LICENSE
extern/pybind11/include/pybind11/attr.h
extern/pybind11/include/pybind11/buffer_info.h
extern/pybind11/include/pybind11/cast.h
extern/pybind11/include/pybind11/chrono.h
extern/pybind11/include/pybind11/common.h
extern/pybind11/include/pybind11/complex.h
extern/pybind11/include/pybind11/eigen.h
extern/pybind11/include/pybind11/embed.h
extern/pybind11/include/pybind11/eval.h
extern/pybind11/include/pybind11/functional.h
extern/pybind11/include/pybind11/gil.h
extern/pybind11/include/pybind11/iostream.h
extern/pybind11/include/pybind11/numpy.h
extern/pybind11/include/pybind11/operators.h
extern/pybind11/include/pybind11/options.h
extern/pybind11/include/pybind11/pybind11.h
extern/pybind11/include/pybind11/pytypes.h
extern/pybind11/include/pybind11/stl.h
extern/pybind11/include/pybind11/stl_bind.h
extern/pybind11/include/pybind11/detail/class.h
extern/pybind11/include/pybind11/detail/common.h
extern/pybind11/include/pybind11/detail/descr.h
extern/pybind11/include/pybind11/detail/init.h
extern/pybind11/include/pybind11/detail/internals.h
extern/pybind11/include/pybind11/detail/type_caster_base.h
extern/pybind11/include/pybind11/detail/typeid.h
extern/pybind11/include/pybind11/stl/filesystem.h
extern/pybind11/tools/FindCatch.cmake
extern/pybind11/tools/FindEigen3.cmake
extern/pybind11/tools/FindPythonLibsNew.cmake
extern/pybind11/tools/pybind11Common.cmake
extern/pybind11/tools/pybind11NewTools.cmake
extern/pybind11/tools/pybind11Tools.cmake
src/core.cpp
src/from_hepevt.cpp
src/io.cpp
src/pybind.h
src/pyhepmc/__init__.py
src/pyhepmc/_io.py
src/pyhepmc/_prettify.py
src/pyhepmc/_version.py
src/pyhepmc/view.py
src/pyhepmc.egg-info/PKG-INFO
src/pyhepmc.egg-info/SOURCES.txt
src/pyhepmc.egg-info/dependency_links.txt
src/pyhepmc.egg-info/not-zip-safe
src/pyhepmc.egg-info/requires.txt
src/pyhepmc.egg-info/top_level.txt
tests/pythia6.dat
tests/test_basic.py
tests/test_genruninfo.py
tests/test_init.py
tests/test_io.py
tests/test_view.py