Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jppy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
jppy
Commits
ab99ce69
Commit
ab99ce69
authored
5 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
b0ed4e8f
No related branches found
No related tags found
No related merge requests found
Pipeline
#8816
passed
5 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+17
-9
17 additions, 9 deletions
README.rst
with
17 additions
and
9 deletions
README.rst
+
17
−
9
View file @
ab99ce69
...
...
@@ -10,22 +10,30 @@ The jppy Python package
.. image:: https://examples.pages.km3net.de/km3badges/docs-latest-brightgreen.svg
:target: https://km3py.pages.km3net.de/jppy
This software provides access to the PDF functionalities in Jpp. It depends on
some Jpp headers (no Jpp compilation needed) and on the ROOT ``TMath`` (a
compiled ROOT installation is needed).
This software provides Python access to functionalities in Jpp, like accesing
PDF functions.
It currently depends on a few Jpp headers (no Jpp compilation needed) and on
ROOT ``TMath`` (a compiled ROOT installation is needed).
**Note:** Beware that this package is WIP!
**Note:** Beware that this package is in the development phase, so the API will
change until version ``1.0.0`` is released!
Installation
============
Run ``make`` to compile the Python modules::
The package can be installed via ``pip`` directly from the Git repository::
pip install git+https://git.km3net.de/km3py/jppy
or from a local clone::
git clone https://git.km3net.de/km3py/jppy
pip install jppy/
make
Example
=======
Example
- Using PDFs
=======
=============
Here is an example how to play around with muon PDFs using the ``jppy`` module::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment