CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/Calibration/HcalAlCaRecoProducers/python/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