Skip to content
forked from wmtford/znunu

Z->nunu background measurement for the CMS SUSY RA2/b search analysis

Notifications You must be signed in to change notification settings

emacdonald16/znunu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

znunu

Text files and common code for RA2b Zinv analysers

Created from a fork of tmulholland/z-team-assembly 17 Aug. 2018.

To create a histogram root file from Bill's front-end root macro, follow the instructions in src/README_RA2bZinvAnalysis

To make comparisons and ratios of N-1 plots

Edit and run histoRatios.py (from python directory):

python -u histoRatios.py

To make Z mass fits, plots, and purity calculation

Edit and run histoZmassFits.py

These load Troy's omnibus RA2b.py script to do the plotting, fitting, etc.

Instructions for Bill's integration script

To run the integration code:

cd src/

root -l RA2bin_driver.C

Instructions for generating new dat files (this takes time)

cd python/

./getExtrapDatFiles.py sig >&! ../datFiles/DY_signal.dat

./getExtrapDatFiles.py hdp >&! ../datFiles/DY_hdp.dat

./getExtrapDatFiles.py ldp >&! ../datFiles/DY_ldp.dat

./getDoubleRatioDatFiles.py sig >&! ../datFiles/DR_signal.dat

./getDoubleRatioDatFiles.py hdp >&! ../datFiles/DR_hdp.dat

./getDoubleRatioDatFiles.py ldp >&! ../datFiles/DR_ldp.dat

Instructions for writing the efficiencies to the effHists.root file

cd python/

./setPhotonEffs.py

./setZllEffs.py

code to make histograms

To go here

syncronization stuff

To go here

About

Z->nunu background measurement for the CMS SUSY RA2/b search analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.5%
  • C++ 35.4%
  • C 25.1%