Repo containing code for analyzing jets from ATLAS
You will want to run git clone --recursive git@github.com:kratsg/atlas_studies
so that it initializes the submodule containing the python code for atlas_jets
. Otherwise, just do a standard git clone
and then run git submodule init; git submodule update
afterwards.
See test_atlas_jets.py
for actual code that runs. Everything is packaged up.
- GNU/Linux, Mac OS 10.7, 10.8, 10.9
- Python 2.6, 2.7
- ROOT 5.32+ with PyROOT bindings
- NumPy 1.6+
- Matplotlib 1.3+
- root_numpy