Skip to content

Commit ecd1aed

Browse files
committed
Adjust HLT config with LST seeding
Cleanup in the HLT part
1 parent 1a122d6 commit ecd1aed

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
hltInitialStepTrajectorySeedsLST = cms.EDProducer('LSTOutputConverter',
44
lstOutput = cms.InputTag('hltLST'),
5-
phase2OTHits = cms.InputTag('hltPhase2OTHitsInputLST'),
6-
lstPixelSeeds = cms.InputTag('hltPixelSeedInputLST'),
5+
lstInput = cms.InputTag('hltInputLST'),
6+
lstPixelSeeds = cms.InputTag('hltInputLST'),
77
includeT5s = cms.bool(True),
88
includeNonpLSTSs = cms.bool(True),
99
propagatorAlong = cms.ESInputTag('', 'PropagatorWithMaterial'),

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
'hltInitialStepSeedTracksLST',
99
'hltHighPtTripletStepSeedTracksLST'
1010
),
11-
mightGet = cms.optional.untracked.vstring,
1211
alpaka = cms.untracked.PSet(
1312
backend = cms.untracked.string('')
1413
)

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
+HLTHighPtTripletStepSeedingSequence
2828
+hltHighPtTripletStepSeedTracksLST
2929
+hltSiPhase2RecHits # Probably need to move elsewhere in the final setup
30-
+hltInputLST # Probably need to move elsewhere in the final setup
30+
+hltInputLST
3131
+hltLST
3232
+hltInitialStepTrackCandidates
3333
+hltInitialStepTrackspTTCLST
@@ -53,9 +53,8 @@
5353
_HLTInitialStepSequenceSingleIterPatatrackLSTSeeding = cms.Sequence(
5454
hltInitialStepSeeds
5555
+hltInitialStepSeedTracksLST
56-
+hltPixelSeedInputLST
5756
+hltSiPhase2RecHits # Probably need to move elsewhere in the final setup
58-
+hltPhase2OTHitsInputLST # Probably need to move elsewhere in the final setup
57+
+hltInputLST
5958
+hltLST
6059
+hltInitialStepTrajectorySeedsLST
6160
+hltInitialStepTrackCandidates

0 commit comments

Comments
 (0)