CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/MuonAnalysis/Configuration/python/muonL1OutputModuleRECOSIM_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from MuonAnalysis.Configuration.muonL1_EventContent_cff import *
00004 muonL1OutputModuleRECOSIM = cms.OutputModule("PoolOutputModule",
00005     muonL1EventSelection,
00006     RECOSIMmuonL1EventContent,
00007     dataset = cms.untracked.PSet(
00008         filterName = cms.untracked.string('muonL1RECOSIM'),
00009         dataTier = cms.untracked.string('USER')
00010     ),
00011     fileName = cms.untracked.string('muonL1-RECOSIM.root')
00012 )
00013 
00014