CMS 3D CMS Logo

tevDiMuonLowPtOutputModule_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from SUSYBSMAnalysis.CSA07Skims.tevDiMuonLowPtEventContent_cff import *
00004 tevDiMuonLowPtOutputModule = cms.OutputModule("PoolOutputModule",
00005     tevDiMuonLowPtEventSelection,
00006     tevDiMuonLowPtEventContent,
00007     dataset = cms.untracked.PSet(
00008         filterName = cms.string('tevDiMuonLowPt'),
00009         dataTier = cms.string('USER')
00010     ),
00011     fileName = cms.untracked.string('TeVdiMuonLowPt.root')
00012 )
00013 
00014 

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