Skip to content

kfiekas/MitEwk13TeV

 
 

Repository files navigation

------| INTRODUCTION |------

This folder contains the various modules needed to go from BACON ntuples to W/Z production cross section measurements. 

This code base has a twiki at: http://www.cmsaf.mit.edu/twiki/bin/view/CmsHep/WZBosonCrossSection and each module has its
own README.txt included. The general intention is that the TWIKI page should be read first for an explanation of the 
experimental/scientific background the overall analysis and each individual module. The README.txt's explain the technical
minutia of how to actually run the code as well as guidance on where modifications will be needed to use this code on new
data. 

------| MODULES |------

The Bacon ntuples are produced with the BaconProd module and read using the BaconAna module.

The order of modules is roughly as follows:

Selection:	     bacon ntuple	-> flat ntuple
		     (e scale cor)

EleScale:	     zee ntuple		-> electron scale/res corrections
		     raw sel ntuple

Efficiency:	     flat ntuple	-> lepton efficiency root files

Acceptance:	     flat ntuple	-> acceptance numbers
		     lep. eff. files

Recoil:		     flat ntuple	-> recoil correction root files

Signal Extraction:   flat ntuple	-> signal yield numbers
		     rec. corr. files

Summary Plots:	     signal yields	-> cross sections and plots
		     acc. numbers
		     syst. uncer. %'s

------| TOOLS |------

The Tools folder contains a number of useful macros I needed along the way including ones for merging root files, merging and doing simple logic with json files, etc. I also used tools available at https://twiki.cern.ch/twiki/bin/viewauth/CMS/LumiCalc from the official CMS Luminosity calculation tools.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.8%
  • C++ 22.7%
  • Shell 2.6%
  • Python 2.3%
  • HTML 2.1%
  • Hack 0.5%