/EgammaAnalysis/CSA07Skims/python/egammaLooseZOutputModuleRECOSIM_cfi.py

https://github.com/aivanov-cern/cmssw · Python · 15 lines · 12 code · 3 blank · 0 comment · 0 complexity · 54ec156b06d634cff2392e8bc0738954 MD5 · raw file

  1. import FWCore.ParameterSet.Config as cms
  2. from EgammaAnalysis.CSA07Skims.EgammaSkimEventContent_cff import *
  3. from EgammaAnalysis.CSA07Skims.RECOSIMEgammaSkimEventContent_cff import *
  4. egammaLooseZOutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
  5. RECOSIMEgammaSkimEventContent,
  6. egammaLooseZEventSelection,
  7. dataset = cms.untracked.PSet(
  8. filterName = cms.untracked.string('egammaLooseZRECOSIM'),
  9. dataTier = cms.untracked.string('USER')
  10. ),
  11. fileName = cms.untracked.string('egammaLooseZRECOSIM.root')
  12. )