From 5e247c12170e66d2e93002408f190da8059304f8 Mon Sep 17 00:00:00 2001 From: Kai-Feng Date: Thu, 20 Jul 2017 23:57:53 +0200 Subject: [PATCH] Add FEDRawDataCollection to RAWMINIAOD skim event content; remove RawEventContent, add L1TriggerRAW and HLTriggerRAW after MicroEventContent to avoid the hidden drop * in MicroEventContent. --- .../EventContent/python/EventContent_cff.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Configuration/EventContent/python/EventContent_cff.py b/Configuration/EventContent/python/EventContent_cff.py index 716a4abf7b443..1d91325693588 100644 --- a/Configuration/EventContent/python/EventContent_cff.py +++ b/Configuration/EventContent/python/EventContent_cff.py @@ -802,10 +802,20 @@ def SwapKeepAndDrop(l): compressionLevel=cms.untracked.int32(4) ) -RAWMINIAODEventContent.outputCommands.extend(RAWEventContent.outputCommands) RAWMINIAODEventContent.outputCommands.extend(MicroEventContent.outputCommands) -RAWMINIAODSIMEventContent.outputCommands.extend(RAWEventContent.outputCommands) +RAWMINIAODEventContent.outputCommands.extend(L1TriggerRAW.outputCommands) +RAWMINIAODEventContent.outputCommands.extend(HLTriggerRAW.outputCommands) RAWMINIAODSIMEventContent.outputCommands.extend(MicroEventContentMC.outputCommands) +RAWMINIAODSIMEventContent.outputCommands.extend(L1TriggerRAW.outputCommands) +RAWMINIAODSIMEventContent.outputCommands.extend(HLTriggerRAW.outputCommands) +RAWMINIAODEventContent.outputCommands.extend(cms.untracked.vstring( + 'keep FEDRawDataCollection_rawDataCollector_*_*', + 'keep FEDRawDataCollection_source_*_*' +)) +RAWMINIAODSIMEventContent.outputCommands.extend(cms.untracked.vstring( + 'keep FEDRawDataCollection_rawDataCollector_*_*', + 'keep FEDRawDataCollection_source_*_*' +)) # #