File indexing completed on 2024-04-06 11:59:25
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 OutALCARECOAlCaPCCRandomFromRECO_noDrop = cms.PSet(
0005 SelectEvents = cms.untracked.PSet(
0006 SelectEvents = cms.vstring('pathALCARECOAlCaPCCRandomFromRECO')
0007 ),
0008 outputCommands = cms.untracked.vstring(
0009 'keep *_*alcaPCCProducerRandom_*_*')
0010 )
0011
0012
0013
0014 import copy
0015 OutALCARECOAlCaPCCRandomFromRECO=copy.deepcopy(OutALCARECOAlCaPCCRandomFromRECO_noDrop)
0016 OutALCARECOAlCaPCCRandomFromRECO.outputCommands.insert(0,"drop *")