Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 825 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 825 Bytes

transferfactor

Python package for performing background estimation using 2D transfer factor (TF) method, and for producing plots for the ATLAS boosted di-jet + ISR analysis.

Quick start

On lxplus, do:

$ cd your/work/directory
$ git clone [email protected]:asogaard/transferfactor.git
$ cd transferfactor
$ git clone [email protected]:asogaard/rootplotting.git
$ source pythonenv.sh
$ python examples/closure.py -h
$ python examples/closure.py --mass 80 --show

From there on, try the different macros in examples, which all use a similar syntax. Change variables, binning, and ROOT TTree names in transferfactor/config.py. Use your own files by setting the appropriate base path in transferfactor/config.py, and file names in the macro in question.