Skip to content

Commit

Permalink
Merge pull request #8585 from lveldere/fastsim-alias-simGtDigis-as-gt…
Browse files Browse the repository at this point in the history
…Digis

FastSim bugfix for gtDigis (7_4_X)
  • Loading branch information
cmsbuild committed Apr 2, 2015
2 parents b790bee + 2e2a6f9 commit 7442c40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FastSimulation/Configuration/python/EventContent_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,10 @@
# To be used only to create the MinBias sample for "new mixing" (--eventcontent=FASTPU)
#
#####################################################################

for _entry in [FEVTDEBUGEventContent,FEVTSIMEventContent,GENRAWEventContent,FEVTDEBUGHLTEventContent,HLTDEBUGEventContent,HLTDebugFEVT,HLTDebugRAW,RAWDEBUGHLTEventContent,RAWRECODEBUGHLTEventContent,RAWRECOSIMHLTEventContent,RAWSIMHLTEventContent,]:
_entry.outputCommands.append('drop *_gtDigis_*_*')

FASTPUEventContent = cms.PSet(
outputCommands = cms.untracked.vstring('drop *',
'keep *_famosSimHits_*_*',
Expand Down
6 changes: 6 additions & 0 deletions FastSimulation/HighLevelTrigger/python/HLTFastReco_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ def _extendForStage1Trigger( theProcess ) :
l1extraParticles.hfRingEtSumsSource = cms.InputTag("simGctDigis")
l1extraParticles.hfRingBitCountsSource = cms.InputTag("simGctDigis")

# a digi collection not created during packing / unpacking, but required by HLT
gtDigis = cms.EDAlias(
simGtDigis = cms.VPSet(cms.PSet(
type = cms.string('L1GlobalTriggerReadoutRecord')
))
)

# L1 report
import L1Trigger.GlobalTriggerAnalyzer.l1GtTrigReport_cfi
Expand Down

0 comments on commit 7442c40

Please sign in to comment.