CMS 3D CMS Logo

ALCARECOHcalCalMinBias_Output_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 
00007 OutALCARECOHcalCalMinBias = cms.PSet(
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring('pathALCARECOHcalCalMinBias')
00010     ),
00011     outputCommands = cms.untracked.vstring('drop *',
00012         'keep HBHERecHitsSorted_hbherecoMB_*_*',
00013         'keep HORecHitsSorted_horecoMB_*_*',
00014         'keep HFRecHitsSorted_hfrecoMB_*_*',
00015         'keep HBHERecHitsSorted_hbherecoNoise_*_*',
00016         'keep HORecHitsSorted_horecoNoise_*_*',
00017         'keep HFRecHitsSorted_hfrecoNoise_*_*')
00018 )
00019 
00020 

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