6 RNGStateCleaning= cms.PSet(
7 outputCommands=cms.untracked.vstring(
'drop RandomEngineStates_*_*_*',
8 'keep RandomEngineStates_*_*_'+process.name_())
11 for item
in process.outputModules_().
values():
12 item.outputCommands.extend(RNGStateCleaning.outputCommands)
14 TRGResultCleaning= cms.PSet(
15 outputCommands=cms.untracked.vstring(
'drop edmTriggerResults_*_*_*',
16 'keep edmTriggerResults_*_*_'+process.name_())
19 for item
in process.outputModules_().
values():
20 item.outputCommands.extend(TRGResultCleaning.outputCommands)