00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
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