Skip to content

Commit 926bd33

Browse files
committed
add FEVTDEBUGHLTEventContent
1 parent cbbd269 commit 926bd33

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Configuration/EventContent/python/EventContentCosmics_cff.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,15 @@
281281
FEVTDEBUGEventContent.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_*')

0 commit comments

Comments
 (0)