CMS 3D CMS Logo

wToTauNuOutputModule_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 wToTauNuOutputModule = cms.OutputModule("PoolOutputModule",
00005     AODSIMEventContent,
00006     dataset = cms.untracked.PSet(
00007         filterName = cms.untracked.string('wToTauNu_Filter'),
00008         dataTier = cms.untracked.string('USER')
00009     ),
00010     SelectEvents = cms.untracked.PSet(
00011         SelectEvents = cms.vstring('wToTauNuHLTPath')
00012     ),
00013     fileName = cms.untracked.string('wToTauNu.root')
00014 )
00015 
00016 

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