Skip to content
Tote Hughes edited this page Jul 26, 2017 · 13 revisions

Retrieving from MiniAOD

You can get the production cross section of a particular MiniAOD dataset by adding the following components to a CMSSW configuration file:

  1. process.xsec = cms.EDAnalyzer("GenXSecAnalyzer")
  2. Add process.xsec to the end of the process path.

My datasets

I retrieved the following cross sections for samples I care about:

  • ttbar_moriond17: 730.6 ± 0.6 pb
  • zjets_moriond17: 581.8 ± 0.6 pb (this is wrong?)

Clone this wiki locally