CMS 3D CMS Logo

alcastreamHcalMinbiasOutput_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream HCAL Min Bias
00004 # output module 
00005 #  module alcastreamHcalMinbiasOutput = PoolOutputModule
00006 alcastreamHcalMinbiasOutput = cms.PSet(
00007     outputCommands = cms.untracked.vstring('drop *', 
00008         'keep HBHERecHitsSorted_MinProd_*_*', 
00009         'keep HORecHitsSorted_MinProd_*_*', 
00010         'keep HFRecHitsSorted_MinProd_*_*')
00011 )
00012 

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