Go to the documentation of this file.00001
00002 import FWCore.ParameterSet.Config as cms
00003
00004
00005 OutALCARECOEcalCalElectron_noDrop = cms.PSet(
00006
00007 SelectEvents = cms.untracked.PSet(
00008 SelectEvents = cms.vstring('pathALCARECOEcalCalElectron')
00009 ),
00010 outputCommands = cms.untracked.vstring(
00011 'keep *_electronFilter_*_*',
00012 'keep *_alCaIsolatedElectrons_*_*',
00013 'keep edmTriggerResults_TriggerResults__HLT')
00014 )
00015
00016
00017 import copy
00018 OutALCARECOEcalCalElectron=copy.deepcopy(OutALCARECOEcalCalElectron_noDrop)
00019 OutALCARECOEcalCalElectron.outputCommands.insert(0, "drop *")