CMS 3D CMS Logo

rsTo2GammaOutputModuleRECOSIM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 rsTo2GammaOutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
6  RECOSIMEventContent,
7  rsTo2GammaEventSelection,
8  dataset = cms.untracked.PSet(
9  filterName = cms.untracked.string('rsTo2Gamma_RECOSIM'),
10  dataTier = cms.untracked.string('USER')
11  ),
12  fileName = cms.untracked.string('rsgg_RECOSIM.root')
13 )
14 
15