CMS 3D CMS Logo

hscpHighPtMuonOutputModule_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Configuration.eventContent.EventContent_cff import *
00004 from SUSYBSMAnalysis.CSA07Skims.hscpHighPtMuonEventContent_cff import *
00005 hscpHighPtMuonOutputModule = cms.OutputModule("PoolOutputModule",
00006     hscpHighPtMuonEventContent,
00007     AODSIMEventContent,
00008     hscpHighPtMuonOutputContent,
00009     dataset = cms.untracked.PSet(
00010         filterName = cms.untracked.string('hscpHighPtMuon'),
00011         dataTier = cms.untracked.string('USER')
00012     ),
00013     fileName = cms.untracked.string('hscpHighPtMuon.root')
00014 )
00015 
00016 

Generated on Tue Jun 9 17:48:03 2009 for CMSSW by  doxygen 1.5.4