CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrk_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream HCAL Isotrk
00004 # output module 
00005 #  module alcastreamHcalIsotrkOutput = PoolOutputModule
00006 OutALCARECOHcalCalIsoTrk_noDrop = cms.PSet(
00007     # use this in case of filter available
00008     SelectEvents = cms.untracked.PSet(
00009         SelectEvents = cms.vstring('pathALCARECOHcalCalIsoTrk')
00010     ),
00011     outputCommands = cms.untracked.vstring( 
00012         'keep *_IsoProd_*_*',
00013         'keep *_TkAlIsoProd_*_*',
00014         'keep *_offlinePrimaryVertices_*_*',
00015         'keep edmTriggerResults_*_*_*',
00016         'keep triggerTriggerEvent_*_*_*'
00017 )
00018 )
00019 
00020 
00021 import copy
00022 OutALCARECOHcalCalIsoTrk=copy.deepcopy(OutALCARECOHcalCalIsoTrk_noDrop)
00023 OutALCARECOHcalCalIsoTrk.outputCommands.insert(0, "drop *")