/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
- import FWCore.ParameterSet.Config as cms
- from EgammaAnalysis.CSA07Skims.EgammaSkimEventContent_cff import *
- from EgammaAnalysis.CSA07Skims.RECOSIMEgammaSkimEventContent_cff import *
- egammaLooseZOutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
- RECOSIMEgammaSkimEventContent,
- egammaLooseZEventSelection,
- dataset = cms.untracked.PSet(
- filterName = cms.untracked.string('egammaLooseZRECOSIM'),
- dataTier = cms.untracked.string('USER')
- ),
- fileName = cms.untracked.string('egammaLooseZRECOSIM.root')
- )