Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 OutALCARECOHcalCalIsoTrk_noDrop = cms.PSet(
00007
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 *")