Skip to content

Tau ES measurement

Fabio Colombo edited this page Apr 27, 2016 · 3 revisions

The measurement is performed calling the following script:

HiggsAnalysis/KITHiggsToTauTau/scripts/makePlots_datacardsTauEsStudies.py -i <Artus-folder>/merged

The script takes care of producing the datacards and calls the following commands for producing the workspace, execute combine and produce a rootfile containing the prefit and postfit shapes (this functionality is taken from Combine Harvester):

text2workspace.py ztt_13TeV.txt -o ztt_13TeV.root
combine -M MaxLikelihoodFit -m 1.0 ztt_13TeV.root
PostFitShapesFromWorkspace --postfit -w ztt_13TeV.root -d ztt_13TeV.txt -o ztt_13TeV_fit_s.root -f mlfit.root:fit_s
Clone this wiki locally