Skip to main content

JANA2 api and control through python

Project description

pyjano

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjano-0.3.7.tar.gz (548.1 kB view hashes)

Uploaded Source

Built Distribution

pyjano-0.3.7-py3-none-any.whl (556.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page