.gitignore
.gitlab-ci.yml
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/jppy.rst
examples/Interactive Muon PDF.ipynb
examples/cherenkov_muon.png
examples/cherenkov_muon.py
examples/muon_pdf.gif
scripts/create_venv.sh
scripts/get_pdfs.sh
src/jpp/README.md
src/jpp/JIO/JBufferedIO.hh
src/jpp/JIO/JFileStreamIO.hh
src/jpp/JIO/JObjectBinaryIO.hh
src/jpp/JIO/JSerialisable.hh
src/jpp/JIO/JStreamIO.hh
src/jpp/JLang/JAbstractObjectStatus.hh
src/jpp/JLang/JAbstractPointer.hh
src/jpp/JLang/JAssert.hh
src/jpp/JLang/JBinaryIO.hh
src/jpp/JLang/JBool.hh
src/jpp/JLang/JCC.hh
src/jpp/JLang/JClass.hh
src/jpp/JLang/JClonable.hh
src/jpp/JLang/JComparable.hh
src/jpp/JLang/JEquals.hh
src/jpp/JLang/JException.hh
src/jpp/JLang/JForwardIterator.hh
src/jpp/JLang/JLangToolkit.hh
src/jpp/JLang/JManip.hh
src/jpp/JLang/JMemory.hh
src/jpp/JLang/JNullType.hh
src/jpp/JLang/JObjectID.hh
src/jpp/JLang/JObjectIO.hh
src/jpp/JLang/JPointer.hh
src/jpp/JLang/JSTDTypes.hh
src/jpp/JLang/JSharedCounter.hh
src/jpp/JLang/JSharedPointer.hh
src/jpp/JLang/JSinglePointer.hh
src/jpp/JLang/JStorage.hh
src/jpp/JLang/JType.hh
src/jpp/JLang/JVectorize.hh
src/jpp/JLang/JVoid.hh
src/jpp/JLang/gzstream.h
src/jpp/JMath/JCalculator.hh
src/jpp/JMath/JConstants.hh
src/jpp/JMath/JLimits.hh
src/jpp/JMath/JMath.hh
src/jpp/JMath/JMathSupportkit.hh
src/jpp/JMath/JZero.hh
src/jpp/JPhysics/JConstants.hh
src/jpp/JPhysics/JGeane.hh
src/jpp/JPhysics/JGeant_t.hh
src/jpp/JPhysics/JGeanz.hh
src/jpp/JPhysics/JNPETable.hh
src/jpp/JPhysics/JNPE_t.hh
src/jpp/JPhysics/JPDFTable.hh
src/jpp/JPhysics/JPDFToolkit.hh
src/jpp/JPhysics/JPDFTransformer.hh
src/jpp/JPhysics/JPDFTypes.hh
src/jpp/JPhysics/JPDF_t.hh
src/jpp/JTools/JAbstractCollection.hh
src/jpp/JTools/JAbstractMultiMap.hh
src/jpp/JTools/JArray.hh
src/jpp/JTools/JAssembler.hh
src/jpp/JTools/JCollection.hh
src/jpp/JTools/JConstantFunction1D.hh
src/jpp/JTools/JConstants.hh
src/jpp/JTools/JDistance.hh
src/jpp/JTools/JElement.hh
src/jpp/JTools/JFunction1D_t.hh
src/jpp/JTools/JFunctional.hh
src/jpp/JTools/JFunctionalMap.hh
src/jpp/JTools/JFunctionalMap_t.hh
src/jpp/JTools/JGarbageCollection.hh
src/jpp/JTools/JGrid.hh
src/jpp/JTools/JGridCollection.hh
src/jpp/JTools/JGridMap.hh
src/jpp/JTools/JHermiteSpline.hh
src/jpp/JTools/JHistogram.hh
src/jpp/JTools/JHistogramMap.hh
src/jpp/JTools/JMap.hh
src/jpp/JTools/JMapCollection.hh
src/jpp/JTools/JMapList.hh
src/jpp/JTools/JMappableCollection.hh
src/jpp/JTools/JMultiFunction.hh
src/jpp/JTools/JMultiHistogram.hh
src/jpp/JTools/JMultiKey.hh
src/jpp/JTools/JMultiMap.hh
src/jpp/JTools/JMultiMapTransformer.hh
src/jpp/JTools/JMultiPair.hh
src/jpp/JTools/JPair.hh
src/jpp/JTools/JPolint.hh
src/jpp/JTools/JQuadrature.hh
src/jpp/JTools/JQuantiles.hh
src/jpp/JTools/JRange.hh
src/jpp/JTools/JResult.hh
src/jpp/JTools/JResultTransformer.hh
src/jpp/JTools/JSet.hh
src/jpp/JTools/JSpline.hh
src/jpp/JTools/JToolsToolkit.hh
src/jpp/JTools/JTransformableMultiFunction.hh
src/jpp/JTools/JTransformableMultiHistogram.hh
src/jpp/JTools/JTransformer.hh
src/jpp/Jeep/JeepToolkit.hh
src/jppy/.gitkeep
src/jppy/__init__.py
src/jppy/constants.cc
src/jppy/geane.cc
src/jppy/npe.cc
src/jppy/pdf.cc
src/jppy/pdf_evaluator.py
src/jppy/version.py
src/jppy.egg-info/PKG-INFO
src/jppy.egg-info/SOURCES.txt
src/jppy.egg-info/dependency_links.txt
src/jppy.egg-info/requires.txt
src/jppy.egg-info/top_level.txt
tests/test_geane.py
tests/test_pdf.py
tests/test_pdf_evaluator.py