Skip to content

Commit

Permalink
Rename existing ESProducer ComponentName
Browse files Browse the repository at this point in the history
  • Loading branch information
VourMa committed Dec 2, 2024
1 parent 181e137 commit 0f32bd0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

hltTTRBWR = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer",
ComponentName = cms.string('hltESPTTRHBWithTrackAngle'),
hltESPTTRHBuilderWithTrackAngle = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer",
ComponentName = cms.string('hltESPTTRHBuilderWithTrackAngle'),
ComputeCoarseLocalPositionFromDisk = cms.bool(False),
Matcher = cms.string('StandardMatcher'),
Phase2StripCPE = cms.string('Phase2StripCPE'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

HLTPSetTrajectoryBuilderForGsfElectrons = cms.PSet(
ComponentType = cms.string('CkfTrajectoryBuilder'),
TTRHBuilder = cms.string('hltESPTTRHBWithTrackAngle'),
TTRHBuilder = cms.string('hltESPTTRHBuilderWithTrackAngle'),
alwaysUseInvalidHits = cms.bool(True),
estimator = cms.string('hltESPChi2ChargeMeasurementEstimator2000'),
intermediateCleaning = cms.bool(False),
Expand All @@ -15,4 +15,4 @@
refToPSet_ = cms.string('HLTPSetTrajectoryFilterForElectrons')
),
updator = cms.string('hltESPKFUpdator')
)
)
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/python/HLT_75e33_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltTTRBWR_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi")

fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi")
Expand Down
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/python/HLT_75e33_timing_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltTTRBWR_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi")

fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi")
fragment.load("HLTrigger/Configuration/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi")
Expand Down

0 comments on commit 0f32bd0

Please sign in to comment.