Skip to main content

Python JANA2 Orchestrator

Project description

:# pyjano

Pyjano

Pyjano stands for Python Jana Orchestrator. Python wrapper over jana2 framework to make configuration and running convenient.

Install

python3 -m pip install pyjano    # use --user for user level install

Simple configuration

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()

Custom executable

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-1.1.0.tar.gz (544.3 kB view hashes)

Uploaded Source

Built Distribution

pyjano-1.1.0-py3-none-any.whl (552.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