1 import FWCore.ParameterSet.Config
as cms
4 OutALCARECOAlCaPCCRandom_noDrop = cms.PSet(
5 SelectEvents = cms.untracked.PSet(
6 SelectEvents = cms.vstring(
'pathALCARECOAlCaPCCRandom')
8 outputCommands = cms.untracked.vstring(
9 'keep *_alcaPCCIntegratorRandom_alcaPCCRandom_*')
15 OutALCARECOAlCaPCCRandom=copy.deepcopy(OutALCARECOAlCaPCCRandom_noDrop)
16 OutALCARECOAlCaPCCRandom.outputCommands.insert(0,
"drop *")