Skip to content

betchart/topref

Repository files navigation

This project is a satellite of supy for TopRef format TTrees.

License

GPLv3

Dependencies

supy dependencies:

  • Python (2.x, x>=6)
  • ROOT (>=5.27.06) with PyROOT enabled

Further dependencies:

CMSSW is not required, but is often the easiest way to get functioning PyROOT.

Quickstart

Steps 1 and 3 need to be run any time you start in a new shell; step 2 only needs to be done once per machine.

  1. Set up ROOT and Python, for example, by running cmsenv from an appropriate path.

  2. Initialize local repository (only once)

    git clone git://github.com/betchart/topref.git    # no repo write permission, or
    #git clone git://github.com/<username>/topref.git # if you have forked it
    cd topref/
    git submodule update --init                       # initialize the supy submodule
  1. Configure path variables
    export PYTHONPATH=$PYTHONPATH:`pwd`              # add parent directory of supy to python path
    export PATH=$PATH:`pwd`/supy/bin                 # optionally add supy/bin to your path
  1. Run Tests
    supy-test

Bugs

Please report problems at issues

About

supy satellite for topref format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages