elaird / supy

analyze events stored in TTrees in parallel
8 stars 7 forks source link

Build Status

License

GPLv3

Quick Start

1) Set up pyROOT:

2) Clone the repository: git clone git://github.com/elaird/supy.git # or, if you have forked it, git clone git://github.com/your_username/supy.git cd supy

3) Add the directory containing supy/ to your PYTHONPATH; optionally

add the supy/bin directory to your PATH:

PYTHONPATH=$PYTHONPATH:`pwd`/.. PATH=$PATH:`pwd`/bin

4) Run the tests and/or example : ./bin/supy-test ./bin/supy examples/one.py --loop 1

5) Write your own configuration.py and analysis.

Brief Description

To be written.

Dependencies

ROOT (>=5.27.06) and python (2.x, x>=6) are required; CMSSW is not required.
These are useful pages for setting up and learning pyROOT: http://root.cern.ch/drupal/content/how-use-use-python-pyroot-interpreter http://wlav.web.cern.ch/wlav/pyroot/

Gotchas

Bugs

Please report problems at https://github.com/elaird/supy/issues