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