JANA2 api and control through python
Project description
pyjano
Pyjano stands for Python Jana Orchestrator. Python wrapper over jana2 framework to make configuration and running convenient.
pip install pyjano
Usage:
from pyjano.jana import Jana jana = Jana() # Plugins configuration jana.plugin('beagle_reader')\ .plugin('vmeson')\ .plugin('event_writer')\ .plugin('jana', nevents=10000, output='beagle.root')\ .source('../data/beagle_eD.txt') # Run jana.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyjano-0.3.8-py3-none-any.whl (556.4 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pyjano-0.3.8.tar.gz (548.1 kB) | File type Source | Python version None | Upload date | Hashes View |