00001 import FWCore.ParameterSet.Config as cms 00002 00003 from TopQuarkAnalysis.TopSkimming.topSemiLepMuon_AODSIMEventContent_cff import * 00004 topSemiLepMuonOutputModule = cms.OutputModule("PoolOutputModule", 00005 topSemiLepMuonAODSIMEventContent, 00006 topSemiLepMuonPlus1JetEventSelection, 00007 dataset = cms.untracked.PSet( 00008 filterName = cms.untracked.string('topSemiLepMuon'), 00009 dataTier = cms.untracked.string('USER') 00010 ), 00011 fileName = cms.untracked.string('topSemiLepMuon.root') 00012 ) 00013 00014