CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Calibration/HcalAlCaRecoProducers/python/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_noDrop = cms.PSet(
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring('pathALCARECOHcalCalMinBias')
00010     ),
00011     outputCommands = cms.untracked.vstring(
00012         'keep *_gtDigisAlCaMB_*_*',
00013         'keep HBHERecHitsSorted_hbherecoMB_*_*',
00014         'keep HORecHitsSorted_horecoMB_*_*',
00015         'keep HFRecHitsSorted_hfrecoMB_*_*',
00016         'keep HFRecHitsSorted_hfrecoMBspecial_*_*',
00017         'keep HBHERecHitsSorted_hbherecoNoise_*_*',
00018         'keep HORecHitsSorted_horecoNoise_*_*',
00019         'keep HFRecHitsSorted_hfrecoNoise_*_*')
00020 )
00021 
00022 import copy
00023 OutALCARECOHcalCalMinBias=copy.deepcopy(OutALCARECOHcalCalMinBias_noDrop)
00024 OutALCARECOHcalCalMinBias.outputCommands.insert(0, "drop *")