CMS 3D CMS Logo

ALCARECOHcalCalDijets_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream HCAL Dijets
00004 # output module 
00005 #  module alcastreamHcalDijetsOutput = PoolOutputModule
00006 OutALCARECOHcalCalDijets = cms.PSet(
00007     # use this in case of filter available
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring('pathALCARECOHcalCalDijets')
00010     ),
00011     outputCommands = cms.untracked.vstring('drop *', 
00012         'keep *_DiJProd_*_*')
00013 )
00014 

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