CMS 3D CMS Logo

wToMuNu_OutputModuleTest_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 AODSIMWToMuNuEventContentTest = cms.OutputModule("PoolOutputModule",
00005     AODSIMEventContent,
00006     filterName = cms.untracked.string('WMuNuFilter'),
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('WMuNuFilterPath1muIso', 
00009             'WMuNuFilterPath1muNoIso')
00010     ),
00011     dataTier = cms.untracked.string('USER'),
00012     fileName = cms.untracked.string('/tmp/etorassa/WMuNuFiltered.root')
00013 )
00014 
00015 

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