Skip to content

Commit

Permalink
Fix Unrunnable Schedule due to multiple offlineBeamSpots
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Apr 21, 2016
1 parent f520689 commit 43cb938
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions FastSimulation/HighLevelTrigger/python/HLTSetup_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
from FastSimulation.Tracking.hltPixelTracks_cff import *

# The hltbegin sequence (with L1 emulator)
HLTBeginSequence = cms.Sequence(
cms.SequencePlaceholder("offlineBeamSpot")
+hltSeedSequence
+hltPixelTracks
)
HLTBeginSequence = cms.Sequence(hltSeedSequence+hltPixelTracks)

HLTBeginSequenceBPTX = cms.Sequence(HLTBeginSequence)

0 comments on commit 43cb938

Please sign in to comment.