CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonL1OutputModuleRECOSIM_cfi.py
Go to the documentation of this file.
2 
4 muonL1OutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
5  muonL1EventSelection,
6  RECOSIMmuonL1EventContent,
7  dataset = cms.untracked.PSet(
8  filterName = cms.untracked.string('muonL1RECOSIM'),
9  dataTier = cms.untracked.string('USER')
10  ),
11  fileName = cms.untracked.string('muonL1-RECOSIM.root')
12 )
13 
14