Skip to content

ChargedHiggs Analysis

Andrea Marini edited this page May 27, 2016 · 1 revision

The analysis is structure in the following two analysis classes:

  • ChargedHiggsTauNu
  • ChargedHiggsQCDPurity
  • ChargedHiggsSync

Tau Nu

The tau nu class implements the selection (callable from external classes).

python script/submit.py -n 100 -q 1nh -d test/mysub/TauNu -i dat/configTauNu.dat python script/submit.py --status -d test/mysub/TauNu

and when all jobs are completed python script/submit.py --hadd --clear -d test/mysub/TauNu

QCDPurity

The QCD Purity class uses the selections bit implemented in Tau Nu to dump the histograms need to derive QCD transfer factors from inverse isolation to direct isolation. If this transfer factors are present, apply them to the full selection.

python script/submit.py -n 100 -q 1nh -d test/mysub/QCDPurity -i dat/configQCDPurity.dat ln -s test/mysub/QCDPurity/QCDPurity.root python python/fitter.py -c PurityFitAnalytic add the R.txt in the sf_database, and resubmit python script/submit.py -n 100 -q 1nh -d test/mysub/QCDPurity_v2 -i dat/configQCDPurity.dat

Clone this wiki locally