File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Configuration/EventContent/python Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 281281FEVTDEBUGEventContent .outputCommands .extend (SimCalorimetryFEVTDEBUG .outputCommands )
282282#
283283#
284- # ALCARECO Data Tier definition
284+ # FEVTDEBUGHLT Data Tier definition
285285#
286286#
287+ FEVTDEBUGHLTEventContent = cms .PSet (
288+ outputCommands = cms .untracked .vstring ('drop *' ),
289+ splitLevel = cms .untracked .int32 (0 ),
290+ )
291+ FEVTDEBUGHLTEventContent .outputCommands .extend (FEVTDEBUGEventContent .outputCommands )
292+ FEVTDEBUGHLTEventContent .outputCommands .extend (HLTDebugFEVT .outputCommands )
293+ FEVTDEBUGHLTEventContent .outputCommands .append ('keep *_*_MergedTrackTruth_*' )
294+ FEVTDEBUGHLTEventContent .outputCommands .append ('keep *_*_StripDigiSimLink_*' )
295+ FEVTDEBUGHLTEventContent .outputCommands .append ('keep *_*_PixelDigiSimLink_*' )
You can’t perform that action at this time.
0 commit comments