Skip to content

Commit f7f4f00

Browse files
committed
Switch to hltOnlineBeamSpot and update indentation
1 parent 08ed70d commit f7f4f00

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPModulesDevLST_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def _addProcessModulesDevLST(process):
44
process.hltESPModulesDevLST = cms.ESProducer('LSTModulesDevESProducer@alpaka',
55
appendToDataLabel = cms.string(''),
66
alpaka = cms.untracked.PSet(
7-
backend = cms.untracked.string('')
7+
backend = cms.untracked.string('')
88
)
99
)
1010

HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
hltHighPtTripletStepSeedTracksLST = cms.EDProducer(
44
"TrackFromSeedProducer",
55
src = cms.InputTag("hltHighPtTripletStepSeeds"),
6-
beamSpot = cms.InputTag("offlineBeamSpot"),
6+
beamSpot = cms.InputTag("hltOnlineBeamSpot"),
77
TTRHBuilder = cms.string("WithoutRefit")
88
)
99

HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
hltInitialStepSeedTracksLST = cms.EDProducer(
44
"TrackFromSeedProducer",
55
src = cms.InputTag("hltInitialStepSeeds"),
6-
beamSpot = cms.InputTag("offlineBeamSpot"),
6+
beamSpot = cms.InputTag("hltOnlineBeamSpot"),
77
TTRHBuilder = cms.string("WithoutRefit")
88
)
99

HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelSeedInputLST_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import FWCore.ParameterSet.Config as cms
22

33
hltPixelSeedInputLST = cms.EDProducer('LSTPixelSeedInputProducer',
4-
beamSpot = cms.InputTag('offlineBeamSpot'),
4+
beamSpot = cms.InputTag('hltOnlineBeamSpot'),
55
seedTracks = cms.VInputTag(
66
'hltInitialStepSeedTracksLST',
77
'hltHighPtTripletStepSeedTracksLST'

HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
from ..modules.hltHighPtTripletStepTrackSelectionHighPurity_cfi import *
77
from ..sequences.HLTHighPtTripletStepSeedingSequence_cfi import *
88

9-
HLTHighPtTripletStepSequence = cms.Sequence(HLTHighPtTripletStepSeedingSequence+hltHighPtTripletStepTrackCandidates+hltHighPtTripletStepTracks+hltHighPtTripletStepTrackCutClassifier+hltHighPtTripletStepTrackSelectionHighPurity)
9+
HLTHighPtTripletStepSequence = cms.Sequence(
10+
HLTHighPtTripletStepSeedingSequence
11+
+hltHighPtTripletStepTrackCandidates
12+
+hltHighPtTripletStepTracks
13+
+hltHighPtTripletStepTrackCutClassifier
14+
+hltHighPtTripletStepTrackSelectionHighPurity
15+
)
1016

1117
from Configuration.ProcessModifiers.trackingLST_cff import trackingLST
1218
trackingLST.toReplaceWith(HLTHighPtTripletStepSequence, HLTHighPtTripletStepSequence.copyAndExclude([HLTHighPtTripletStepSeedingSequence]))
@@ -15,7 +21,12 @@
1521
from ..modules.hltHighPtTripletStepTrackspLSTCLST_cfi import *
1622
from ..modules.hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi import *
1723
from ..modules.hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi import *
18-
_HLTHighPtTripletStepSequenceLSTSeeding = cms.Sequence(hltHighPtTripletStepTrackCandidatespLSTCLST+hltHighPtTripletStepTrackspLSTCLST+hltHighPtTripletStepTrackCutClassifierpLSTCLST+hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST)
24+
_HLTHighPtTripletStepSequenceLSTSeeding = cms.Sequence(
25+
hltHighPtTripletStepTrackCandidatespLSTCLST
26+
+hltHighPtTripletStepTrackspLSTCLST
27+
+hltHighPtTripletStepTrackCutClassifierpLSTCLST
28+
+hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST
29+
)
1930

2031
from Configuration.ProcessModifiers.seedingLST_cff import seedingLST
2132
(seedingLST & trackingLST).toReplaceWith(HLTHighPtTripletStepSequence, _HLTHighPtTripletStepSequenceLSTSeeding)

0 commit comments

Comments
 (0)