CMS 3D CMS Logo

onejetOutputModuleFEVTSIM_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from JetMETAnalysis.JetSkims.onejet_EventContent_cff import *
00004 from JetMETAnalysis.JetSkims.FEVTSIMOneJetEventContent_cff import *
00005 onejetOutputModuleFEVTSIM = cms.OutputModule("PoolOutputModule",
00006     fEVTSIMOneJetEventContent,
00007     onejetEventSelection,
00008     dataset = cms.untracked.PSet(
00009         filterName = cms.untracked.string('onejet_FEVTSIM'),
00010         dataTier = cms.untracked.string('USER')
00011     ),
00012     fileName = cms.untracked.string('onejet_FEVTSIM.root')
00013 )
00014 
00015 

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