1 import FWCore.ParameterSet.Config
as cms
7 OutALCARECOHcalCalIterativePhiSym_noDrop = cms.PSet(
8 SelectEvents = cms.untracked.PSet(
9 SelectEvents = cms.vstring(
'pathALCARECOHcalCalIterativePhiSym')
11 outputCommands = cms.untracked.vstring(
15 "keep *_hbhereco_*_*",
16 "keep *_offlinePrimaryVertices_*_*",
17 "keep edmTriggerResults_*_*_HLT")
22 OutALCARECOHcalCalIterativePhiSym=copy.deepcopy(OutALCARECOHcalCalIterativePhiSym_noDrop)
23 OutALCARECOHcalCalIterativePhiSym.outputCommands.insert(0,
"drop *")