CMS 3D CMS Logo

diMuonOutputModule_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from QCDAnalysis.Skimming.diMuonEventContent_cfi import *
00004 diMuonOutputModule = cms.OutputModule("PoolOutputModule",
00005     diMuonEventSelection,
00006     diMuonEventContent,
00007     dataset = cms.untracked.PSet(
00008         filterName = cms.untracked.string('diMuons'),
00009         dataTier = cms.untracked.string('USER')
00010     ),
00011     fileName = cms.untracked.string('diMuons.root')
00012 )
00013 
00014 

Generated on Tue Jun 9 17:42:53 2009 for CMSSW by  doxygen 1.5.4