Skip to content

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

Notifications You must be signed in to change notification settings

jmsardain/transferfactor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 69.7%
  • Shell 30.3%