From 617a5236300a296d0bcf23bf44e44c9331b384da Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Mon, 10 Jul 2023 12:02:17 +0200 Subject: [PATCH 01/13] remove fully duplicated pixel modules from modules and paths --- .../hltPhase2L3FromL1TkMuonPixelTracks_cfi.py | 4 ++-- .../modules/hltPhase2L3MuonPixelTracks_cfi.py | 4 ++-- .../paths/HLT_IsoMu24_FromL1TkMuon_cfi.py | 16 ++++++++-------- ...rkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py | 16 ++++++++-------- .../paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py | 8 ++++---- .../HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py | 8 ++++---- .../HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py | 8 ++++---- 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py index d517e2e4fea95..b7cae9483b84d 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py @@ -2,8 +2,8 @@ hltPhase2L3FromL1TkMuonPixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('hltPixelTracksCleanerBySharedHits'), - Filter = cms.InputTag("hltPhase2L3MuonPixelTracksFilter"), - Fitter = cms.InputTag("hltPhase2L3MuonPixelTracksFitter"), + Filter = cms.InputTag("pixelTrackFilterByKinematics"), + Fitter = cms.InputTag("pixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets"), passLabel = cms.string('') ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py index e30ee2b6df9ce..75680e062ffee 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py @@ -2,8 +2,8 @@ hltPhase2L3MuonPixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('hltPhase2L3MuonPixelTrackCleanerBySharedHits'), - Filter = cms.InputTag("hltPhase2L3MuonPixelTrackFilterByKinematics"), - Fitter = cms.InputTag("hltPhase2L3MuonPixelFitterByHelixProjections"), + Filter = cms.InputTag("pixelTrackFilterByKinematics"), + Fitter = cms.InputTag("pixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("hltPhase2L3MuonPixelTracksHitQuadruplets"), mightGet = cms.optional.untracked.vstring, passLabel = cms.string('hltPhase2L3MuonPixelTracks') diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py index e51013611bdb4..ef04bfe219db9 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py @@ -86,11 +86,11 @@ from ..modules.hltPhase2L3MuonInitialStepTracks_cfi import * from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.hltPhase2L3MuonPixelFitterByHelixProjections_cfi import * -from ..modules.hltPhase2L3MuonPixelTrackFilterByKinematics_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2L3MuonPixelTracks_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksSeedLayers_cfi import * @@ -216,11 +216,11 @@ hltPhase2L3MuonInitialStepTracks, hltPhase2L3MuonInitialStepTracksSelectionHighPurity, hltPhase2L3MuonMerged, - hltPhase2L3MuonPixelFitterByHelixProjections, - hltPhase2L3MuonPixelTrackFilterByKinematics, + pixelFitterByHelixProjections, + pixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracks, - hltPhase2L3MuonPixelTracksFilter, - hltPhase2L3MuonPixelTracksFitter, + pixelTrackFilterByKinematics, + pixelFitterByHelixProjections, hltPhase2L3MuonPixelTracksHitDoublets, hltPhase2L3MuonPixelTracksHitQuadruplets, hltPhase2L3MuonPixelTracksSeedLayers, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py index 2568c0779b2f2..15e9f8534f2ed 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py @@ -64,11 +64,11 @@ from ..modules.hltPhase2L3MuonInitialStepTracks_cfi import * from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.hltPhase2L3MuonPixelFitterByHelixProjections_cfi import * -from ..modules.hltPhase2L3MuonPixelTrackFilterByKinematics_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2L3MuonPixelTracks_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksSeedLayers_cfi import * @@ -165,11 +165,11 @@ hltPhase2L3MuonInitialStepTracks, hltPhase2L3MuonInitialStepTracksSelectionHighPurity, hltPhase2L3MuonMerged, - hltPhase2L3MuonPixelFitterByHelixProjections, - hltPhase2L3MuonPixelTrackFilterByKinematics, + pixelFitterByHelixProjections, + pixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracks, - hltPhase2L3MuonPixelTracksFilter, - hltPhase2L3MuonPixelTracksFitter, + pixelTrackFilterByKinematics, + pixelFitterByHelixProjections, hltPhase2L3MuonPixelTracksHitDoublets, hltPhase2L3MuonPixelTracksHitQuadruplets, hltPhase2L3MuonPixelTracksSeedLayers, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py index fa55599f0ad49..98faf5b068031 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py @@ -46,8 +46,8 @@ from ..modules.hltPhase2L3GlbMuon_cfi import * from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * from ..modules.hltPhase2L3MuonTracks_cfi import * @@ -119,8 +119,8 @@ hltPhase2L3GlbMuon, hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, - hltPhase2L3MuonPixelTracksFilter, - hltPhase2L3MuonPixelTracksFitter, + pixelTrackFilterByKinematics, + pixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, hltPhase2L3MuonsNoID, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py index a00cba3bdb2d1..9c89d3bbb636b 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py @@ -43,8 +43,8 @@ from ..modules.hltPhase2L3GlbMuon_cfi import * from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * from ..modules.hltPhase2L3MuonTracks_cfi import * @@ -113,8 +113,8 @@ hltPhase2L3GlbMuon, hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, - hltPhase2L3MuonPixelTracksFilter, - hltPhase2L3MuonPixelTracksFitter, + pixelTrackFilterByKinematics, + pixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, hltPhase2L3MuonsNoID, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py index 837671ab8ab64..1f2b548cbd58c 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py @@ -48,8 +48,8 @@ from ..modules.hltPhase2L3GlbMuon_cfi import * from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFilter_cfi import * -from ..modules.hltPhase2L3MuonPixelTracksFitter_cfi import * +from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.pixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * from ..modules.hltPhase2L3MuonTracks_cfi import * @@ -123,8 +123,8 @@ hltPhase2L3GlbMuon, hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, - hltPhase2L3MuonPixelTracksFilter, - hltPhase2L3MuonPixelTracksFitter, + pixelTrackFilterByKinematics, + pixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, hltPhase2L3MuonsNoID, From 6e7ff0f5759033d3fc71e0305655ee8e43a55545 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Mon, 31 Jul 2023 18:21:49 +0200 Subject: [PATCH 02/13] rename pixel to hltPhase2Pixel and remove duplicated modules from paths (pixelFitter) --- .../modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py | 2 +- .../HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py | 2 +- ...cfi.py => hltPhase2PixelFitterByHelixProjections_cfi.py} | 2 +- .../python/HLT_75e33/modules/pixelTracks_cfi.py | 2 +- .../python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py | 6 ++---- .../HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py | 6 ++---- .../HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py | 4 ++-- .../python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py | 4 ++-- .../HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/pixelTracksTask_cfi.py | 4 ++-- 11 files changed, 18 insertions(+), 22 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelFitterByHelixProjections_cfi.py => hltPhase2PixelFitterByHelixProjections_cfi.py} (55%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py index b7cae9483b84d..a0458e71b519c 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py @@ -3,7 +3,7 @@ hltPhase2L3FromL1TkMuonPixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('hltPixelTracksCleanerBySharedHits'), Filter = cms.InputTag("pixelTrackFilterByKinematics"), - Fitter = cms.InputTag("pixelFitterByHelixProjections"), + Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets"), passLabel = cms.string('') ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py index 75680e062ffee..129d1b86ca5ea 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py @@ -3,7 +3,7 @@ hltPhase2L3MuonPixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('hltPhase2L3MuonPixelTrackCleanerBySharedHits'), Filter = cms.InputTag("pixelTrackFilterByKinematics"), - Fitter = cms.InputTag("pixelFitterByHelixProjections"), + Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("hltPhase2L3MuonPixelTracksHitQuadruplets"), mightGet = cms.optional.untracked.vstring, passLabel = cms.string('hltPhase2L3MuonPixelTracks') diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelFitterByHelixProjections_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py similarity index 55% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelFitterByHelixProjections_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py index 5f4c589dc0b3a..f5163ab417252 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelFitterByHelixProjections_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -pixelFitterByHelixProjections = cms.EDProducer("PixelFitterByHelixProjectionsProducer", +hltPhase2PixelFitterByHelixProjections = cms.EDProducer("PixelFitterByHelixProjectionsProducer", scaleErrorsForBPix1 = cms.bool(False), scaleFactor = cms.double(0.65) ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py index 73f60a8d11e1f..27512fdc6037d 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py @@ -3,7 +3,7 @@ pixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('pixelTrackCleanerBySharedHits'), Filter = cms.InputTag("pixelTrackFilterByKinematics"), - Fitter = cms.InputTag("pixelFitterByHelixProjections"), + Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("pixelTracksHitSeeds"), mightGet = cms.optional.untracked.vstring, passLabel = cms.string('pixelTracks') diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py index ef04bfe219db9..21baf593f6320 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py @@ -86,11 +86,10 @@ from ..modules.hltPhase2L3MuonInitialStepTracks_cfi import * from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2L3MuonPixelTracks_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksSeedLayers_cfi import * @@ -216,11 +215,10 @@ hltPhase2L3MuonInitialStepTracks, hltPhase2L3MuonInitialStepTracksSelectionHighPurity, hltPhase2L3MuonMerged, - pixelFitterByHelixProjections, + hltPhase2PixelFitterByHelixProjections, pixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracks, pixelTrackFilterByKinematics, - pixelFitterByHelixProjections, hltPhase2L3MuonPixelTracksHitDoublets, hltPhase2L3MuonPixelTracksHitQuadruplets, hltPhase2L3MuonPixelTracksSeedLayers, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py index 15e9f8534f2ed..3f6e3ba39e0fc 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py @@ -64,11 +64,10 @@ from ..modules.hltPhase2L3MuonInitialStepTracks_cfi import * from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2L3MuonPixelTracks_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksSeedLayers_cfi import * @@ -165,11 +164,10 @@ hltPhase2L3MuonInitialStepTracks, hltPhase2L3MuonInitialStepTracksSelectionHighPurity, hltPhase2L3MuonMerged, - pixelFitterByHelixProjections, + hltPhase2PixelFitterByHelixProjections, pixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracks, pixelTrackFilterByKinematics, - pixelFitterByHelixProjections, hltPhase2L3MuonPixelTracksHitDoublets, hltPhase2L3MuonPixelTracksHitQuadruplets, hltPhase2L3MuonPixelTracksSeedLayers, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py index 98faf5b068031..962b4ec5a5c5a 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py @@ -47,7 +47,7 @@ from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * from ..modules.hltPhase2L3MuonTracks_cfi import * @@ -120,7 +120,7 @@ hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, pixelTrackFilterByKinematics, - pixelFitterByHelixProjections, + hltPhase2PixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, hltPhase2L3MuonsNoID, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py index 9c89d3bbb636b..8b26fb2595bdc 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py @@ -44,7 +44,7 @@ from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * from ..modules.hltPhase2L3MuonTracks_cfi import * @@ -114,7 +114,7 @@ hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, pixelTrackFilterByKinematics, - pixelFitterByHelixProjections, + hltPhase2PixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, hltPhase2L3MuonsNoID, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py index 1f2b548cbd58c..75269e34bf971 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py @@ -49,7 +49,7 @@ from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * from ..modules.hltPhase2L3MuonTracks_cfi import * @@ -124,7 +124,7 @@ hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, pixelTrackFilterByKinematics, - pixelFitterByHelixProjections, + hltPhase2PixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, hltPhase2L3MuonsNoID, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index 8bd1b99ab0e23..4ead9d5cb4132 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -17,7 +17,7 @@ from ..modules.initialStepTrackCutClassifier_cfi import * from ..modules.initialStepTrackSelectionHighPurity_cfi import * from ..modules.initialStepTracks_cfi import * -from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.pixelTracksHitDoublets_cfi import * from ..modules.pixelTracksHitSeeds_cfi import * @@ -51,7 +51,7 @@ initialStepTrackCutClassifier, initialStepTrackSelectionHighPurity, initialStepTracks, - pixelFitterByHelixProjections, + hltPhase2PixelFitterByHelixProjections, pixelTrackFilterByKinematics, pixelTracks, pixelTracksHitDoublets, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py index e26a00b481392..697b0d2cc5bec 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -from ..modules.pixelFitterByHelixProjections_cfi import * +from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.pixelTracks_cfi import * from ..modules.pixelTracksHitDoublets_cfi import * @@ -9,7 +9,7 @@ from ..modules.pixelTracksTrackingRegions_cfi import * pixelTracksTask = cms.Task( - pixelFitterByHelixProjections, + hltPhase2PixelFitterByHelixProjections, pixelTrackFilterByKinematics, pixelTracks, pixelTracksHitDoublets, From 38b9c0d81f3471a6955964000909375884acde21 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Mon, 31 Jul 2023 18:30:10 +0200 Subject: [PATCH 03/13] rename pixel to hltPhase2Pixel and remove duplicated modules from paths (pixelFilter) --- .../modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py | 2 +- .../HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py | 2 +- ..._cfi.py => hltPhase2PixelTrackFilterByKinematics_cfi.py} | 2 +- .../python/HLT_75e33/modules/pixelTracks_cfi.py | 2 +- .../python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py | 6 ++---- .../HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py | 6 ++---- .../HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py | 4 ++-- .../python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py | 4 ++-- .../HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/pixelTracksTask_cfi.py | 4 ++-- 11 files changed, 18 insertions(+), 22 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelTrackFilterByKinematics_cfi.py => hltPhase2PixelTrackFilterByKinematics_cfi.py} (70%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py index a0458e71b519c..03dc4c6978f2b 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py @@ -2,7 +2,7 @@ hltPhase2L3FromL1TkMuonPixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('hltPixelTracksCleanerBySharedHits'), - Filter = cms.InputTag("pixelTrackFilterByKinematics"), + Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"), Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets"), passLabel = cms.string('') diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py index 129d1b86ca5ea..263430869e8a0 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py @@ -2,7 +2,7 @@ hltPhase2L3MuonPixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('hltPhase2L3MuonPixelTrackCleanerBySharedHits'), - Filter = cms.InputTag("pixelTrackFilterByKinematics"), + Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"), Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("hltPhase2L3MuonPixelTracksHitQuadruplets"), mightGet = cms.optional.untracked.vstring, diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTrackFilterByKinematics_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py similarity index 70% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelTrackFilterByKinematics_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py index 3104321f95a6f..c5ba325f4d514 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTrackFilterByKinematics_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -pixelTrackFilterByKinematics = cms.EDProducer("PixelTrackFilterByKinematicsProducer", +hltPhase2PixelTrackFilterByKinematics = cms.EDProducer("PixelTrackFilterByKinematicsProducer", chi2 = cms.double(1000.0), nSigmaInvPtTolerance = cms.double(0.0), nSigmaTipMaxTolerance = cms.double(0.0), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py index 27512fdc6037d..95f7b99e1db67 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py @@ -2,7 +2,7 @@ pixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('pixelTrackCleanerBySharedHits'), - Filter = cms.InputTag("pixelTrackFilterByKinematics"), + Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"), Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("pixelTracksHitSeeds"), mightGet = cms.optional.untracked.vstring, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py index 21baf593f6320..0d1f3738130b8 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py @@ -87,9 +87,8 @@ from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2L3MuonPixelTracks_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksSeedLayers_cfi import * @@ -216,9 +215,8 @@ hltPhase2L3MuonInitialStepTracksSelectionHighPurity, hltPhase2L3MuonMerged, hltPhase2PixelFitterByHelixProjections, - pixelTrackFilterByKinematics, + hltPhase2PixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracks, - pixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracksHitDoublets, hltPhase2L3MuonPixelTracksHitQuadruplets, hltPhase2L3MuonPixelTracksSeedLayers, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py index 3f6e3ba39e0fc..5df2b67f573d5 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py @@ -64,9 +64,8 @@ from ..modules.hltPhase2L3MuonInitialStepTracks_cfi import * from ..modules.hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2L3MuonPixelTracks_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitDoublets_cfi import * from ..modules.hltPhase2L3MuonPixelTracksHitQuadruplets_cfi import * @@ -165,9 +164,8 @@ hltPhase2L3MuonInitialStepTracksSelectionHighPurity, hltPhase2L3MuonMerged, hltPhase2PixelFitterByHelixProjections, - pixelTrackFilterByKinematics, + hltPhase2PixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracks, - pixelTrackFilterByKinematics, hltPhase2L3MuonPixelTracksHitDoublets, hltPhase2L3MuonPixelTracksHitQuadruplets, hltPhase2L3MuonPixelTracksSeedLayers, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py index 962b4ec5a5c5a..173c303fba3e0 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py @@ -46,7 +46,7 @@ from ..modules.hltPhase2L3GlbMuon_cfi import * from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * @@ -119,7 +119,7 @@ hltPhase2L3GlbMuon, hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, - pixelTrackFilterByKinematics, + hltPhase2PixelTrackFilterByKinematics, hltPhase2PixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py index 8b26fb2595bdc..b1e0e2e182f30 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu50_FromL1TkMuon_cfi.py @@ -43,7 +43,7 @@ from ..modules.hltPhase2L3GlbMuon_cfi import * from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * @@ -113,7 +113,7 @@ hltPhase2L3GlbMuon, hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, - pixelTrackFilterByKinematics, + hltPhase2PixelTrackFilterByKinematics, hltPhase2PixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py index 75269e34bf971..9cb6cf27bb6d2 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py @@ -48,7 +48,7 @@ from ..modules.hltPhase2L3GlbMuon_cfi import * from ..modules.hltPhase2L3MuonCandidates_cfi import * from ..modules.hltPhase2L3MuonMerged_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2L3Muons_cfi import * from ..modules.hltPhase2L3MuonsNoID_cfi import * @@ -123,7 +123,7 @@ hltPhase2L3GlbMuon, hltPhase2L3MuonCandidates, hltPhase2L3MuonMerged, - pixelTrackFilterByKinematics, + hltPhase2PixelTrackFilterByKinematics, hltPhase2PixelFitterByHelixProjections, hltPhase2L3MuonTracks, hltPhase2L3Muons, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index 4ead9d5cb4132..ff575db87c700 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -18,7 +18,7 @@ from ..modules.initialStepTrackSelectionHighPurity_cfi import * from ..modules.initialStepTracks_cfi import * from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.pixelTracksHitDoublets_cfi import * from ..modules.pixelTracksHitSeeds_cfi import * from ..modules.pixelTracksSeedLayers_cfi import * @@ -52,7 +52,7 @@ initialStepTrackSelectionHighPurity, initialStepTracks, hltPhase2PixelFitterByHelixProjections, - pixelTrackFilterByKinematics, + hltPhase2PixelTrackFilterByKinematics, pixelTracks, pixelTracksHitDoublets, pixelTracksHitSeeds, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py index 697b0d2cc5bec..53e9b8e12dde4 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * -from ..modules.pixelTrackFilterByKinematics_cfi import * +from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.pixelTracks_cfi import * from ..modules.pixelTracksHitDoublets_cfi import * from ..modules.pixelTracksHitSeeds_cfi import * @@ -10,7 +10,7 @@ pixelTracksTask = cms.Task( hltPhase2PixelFitterByHelixProjections, - pixelTrackFilterByKinematics, + hltPhase2PixelTrackFilterByKinematics, pixelTracks, pixelTracksHitDoublets, pixelTracksHitSeeds, From d208b0c7652c5068d085f8e7f3a25c8e9b3dd603 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Mon, 31 Jul 2023 18:46:46 +0200 Subject: [PATCH 04/13] remove caloTowerForTrk duplicated module in favour of hltTowerMakerForAll --- .../modules/ak4CaloJetsForTrk_cfi.py | 2 +- .../HLT_75e33/modules/caloTowerForTrk_cfi.py | 78 ------------------- .../HLT_75e33/tasks/initialStepPVTask_cfi.py | 4 +- 3 files changed, 3 insertions(+), 81 deletions(-) delete mode 100644 HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py index d123580d98620..2415f0d555264 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py @@ -26,7 +26,7 @@ puPtMin = cms.double(10), rParam = cms.double(0.4), radiusPU = cms.double(0.5), - src = cms.InputTag("caloTowerForTrk"), + src = cms.InputTag("hltTowerMakerForAll"), srcPVs = cms.InputTag("firstStepPrimaryVerticesUnsorted"), useDeterministicSeed = cms.bool(True), voronoiRfact = cms.double(-0.9) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py deleted file mode 100644 index 003aa63bcf3a5..0000000000000 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/caloTowerForTrk_cfi.py +++ /dev/null @@ -1,78 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -caloTowerForTrk = cms.EDProducer("CaloTowersCreator", - AllowMissingInputs = cms.bool(False), - EBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - EBSumThreshold = cms.double(0.2), - EBThreshold = cms.double(0.07), - EBWeight = cms.double(1.0), - EBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - EEGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - EESumThreshold = cms.double(0.45), - EEThreshold = cms.double(0.3), - EEWeight = cms.double(1.0), - EEWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - EcalRecHitSeveritiesToBeExcluded = cms.vstring( - 'kTime', - 'kWeird', - 'kBad' - ), - EcalSeveritiesToBeUsedInBadTowers = cms.vstring(), - EcutTower = cms.double(-1000.0), - HBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - HBThreshold = cms.double(1.2), - HBThreshold1 = cms.double(0.8), - HBThreshold2 = cms.double(1.2), - HBWeight = cms.double(1.0), - HBWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - HEDGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - HEDThreshold = cms.double(0.2), - HEDThreshold1 = cms.double(0.1), - HEDWeight = cms.double(1.0), - HEDWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - HESGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - HESThreshold = cms.double(0.2), - HESThreshold1 = cms.double(0.1), - HESWeight = cms.double(1.0), - HESWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - HF1Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - HF1Threshold = cms.double(0.5), - HF1Weight = cms.double(1.0), - HF1Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - HF2Grid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - HF2Threshold = cms.double(0.85), - HF2Weight = cms.double(1.0), - HF2Weights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - HOGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), - HOThreshold0 = cms.double(1.1), - HOThresholdMinus1 = cms.double(3.5), - HOThresholdMinus2 = cms.double(3.5), - HOThresholdPlus1 = cms.double(3.5), - HOThresholdPlus2 = cms.double(3.5), - HOWeight = cms.double(1.0), - HOWeights = cms.vdouble(1.0, 1.0, 1.0, 1.0, 1.0), - HcalAcceptSeverityLevel = cms.uint32(9), - HcalAcceptSeverityLevelForRejectedHit = cms.uint32(9999), - HcalPhase = cms.int32(1), - HcalThreshold = cms.double(-1000.0), - MomConstrMethod = cms.int32(1), - MomEBDepth = cms.double(0.3), - MomEEDepth = cms.double(0.0), - MomHBDepth = cms.double(0.2), - MomHEDepth = cms.double(0.4), - UseEcalRecoveredHits = cms.bool(False), - UseEtEBTreshold = cms.bool(False), - UseEtEETreshold = cms.bool(False), - UseHO = cms.bool(True), - UseHcalRecoveredHits = cms.bool(True), - UseRejectedHitsOnly = cms.bool(False), - UseRejectedRecoveredEcalHits = cms.bool(False), - UseRejectedRecoveredHcalHits = cms.bool(True), - UseSymEBTreshold = cms.bool(True), - UseSymEETreshold = cms.bool(True), - ecalInputs = cms.VInputTag(cms.InputTag("ecalRecHit","EcalRecHitsEB"), cms.InputTag("ecalRecHit","EcalRecHitsEE")), - hbheInput = cms.InputTag("hltHbhereco"), - hfInput = cms.InputTag("hfreco"), - hoInput = cms.InputTag("horeco"), - missingHcalRescaleFactorForEcal = cms.double(0) -) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py index 2cc8c05e06df5..efed59c9b1fd0 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py @@ -1,11 +1,11 @@ import FWCore.ParameterSet.Config as cms from ..modules.ak4CaloJetsForTrk_cfi import * -from ..modules.caloTowerForTrk_cfi import * +from ..modules.hltTowerMakerForAll_cfi import * from ..modules.firstStepPrimaryVerticesUnsorted_cfi import * initialStepPVTask = cms.Task( ak4CaloJetsForTrk, - caloTowerForTrk, + hltTowerMakerForAll, firstStepPrimaryVerticesUnsorted, ) From f40dc62e66c60dc0c7fe544de16dd6aee840dc23 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Mon, 31 Jul 2023 19:15:43 +0200 Subject: [PATCH 05/13] rename hltTowerMakerForAll to hltPhase2TowerMakerForAll --- .../python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py | 2 +- ...dR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py | 2 +- ...wdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py | 2 +- ...werMakerForAll_cfi.py => hltPhase2TowerMakerForAll_cfi.py} | 2 +- .../python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/initialStepPVTask_cfi.py | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{hltTowerMakerForAll_cfi.py => hltPhase2TowerMakerForAll_cfi.py} (98%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py index 2415f0d555264..5b4a7c10be22f 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/ak4CaloJetsForTrk_cfi.py @@ -26,7 +26,7 @@ puPtMin = cms.double(10), rParam = cms.double(0.4), radiusPU = cms.double(0.5), - src = cms.InputTag("hltTowerMakerForAll"), + src = cms.InputTag("hltPhase2TowerMakerForAll"), srcPVs = cms.InputTag("firstStepPrimaryVerticesUnsorted"), useDeterministicSeed = cms.bool(True), voronoiRfact = cms.double(-0.9) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py index b95a02c70fc64..9bdd9e617f0a6 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py @@ -3,7 +3,7 @@ hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07 = cms.EDProducer("L3MuonCombinedRelativeIsolationProducer", CaloDepositsLabel = cms.InputTag("notUsed"), CaloExtractorPSet = cms.PSet( - CaloTowerCollectionLabel = cms.InputTag("hltTowerMakerForAll"), + CaloTowerCollectionLabel = cms.InputTag("hltPhase2TowerMakerForAll"), ComponentName = cms.string('CaloExtractor'), DR_Max = cms.double(0.3), DR_Veto_E = cms.double(0.07), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py index 6bfbc2ff765d9..d9a91fc9fec71 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py @@ -3,7 +3,7 @@ hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4 = cms.EDProducer("L3MuonCombinedRelativeIsolationProducer", CaloDepositsLabel = cms.InputTag("notUsed"), CaloExtractorPSet = cms.PSet( - CaloTowerCollectionLabel = cms.InputTag("hltTowerMakerForAll"), + CaloTowerCollectionLabel = cms.InputTag("hltPhase2TowerMakerForAll"), ComponentName = cms.string('CaloExtractor'), DR_Max = cms.double(0.3), DR_Veto_E = cms.double(0.07), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAll_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py similarity index 98% rename from HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAll_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py index d8f95c57b3c81..518be7794f490 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltTowerMakerForAll_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -hltTowerMakerForAll = cms.EDProducer("CaloTowersCreator", +hltPhase2TowerMakerForAll = cms.EDProducer("CaloTowersCreator", AllowMissingInputs = cms.bool(False), EBGrid = cms.vdouble(-1.0, 1.0, 10.0, 100.0, 1000.0), EBSumThreshold = cms.double(0.2), diff --git a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py index 0d1f3738130b8..4ca2d5dc8a494 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu24_FromL1TkMuon_cfi.py @@ -110,7 +110,7 @@ from ..modules.hltPhase2L3OISeedsFromL2Muons_cfi import * from ..modules.hltPhase2L3OITrackCandidates_cfi import * from ..modules.hltRpcRecHits_cfi import * -from ..modules.hltTowerMakerForAll_cfi import * +from ..modules.hltPhase2TowerMakerForAll_cfi import * from ..modules.MeasurementTrackerEvent_cfi import * from ..modules.siPhase2Clusters_cfi import * from ..modules.siPixelClusters_cfi import * @@ -238,7 +238,7 @@ hltPhase2L3OISeedsFromL2Muons, hltPhase2L3OITrackCandidates, hltRpcRecHits, - hltTowerMakerForAll, + hltPhase2TowerMakerForAll, siPhase2Clusters, siPixelClusterShapeCache, siPixelClusters, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py index efed59c9b1fd0..f241490bc3846 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/initialStepPVTask_cfi.py @@ -1,11 +1,11 @@ import FWCore.ParameterSet.Config as cms from ..modules.ak4CaloJetsForTrk_cfi import * -from ..modules.hltTowerMakerForAll_cfi import * +from ..modules.hltPhase2TowerMakerForAll_cfi import * from ..modules.firstStepPrimaryVerticesUnsorted_cfi import * initialStepPVTask = cms.Task( ak4CaloJetsForTrk, - hltTowerMakerForAll, + hltPhase2TowerMakerForAll, firstStepPrimaryVerticesUnsorted, ) From 409605f07fbb7cf58d8e4cd11eef74f36c54fd3a Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Wed, 2 Aug 2023 17:30:20 +0200 Subject: [PATCH 06/13] remove highPtTripletStepTrackingRegions in favour of pixelTracksTrackingRegions and rename to hltPhase2PixelTracksAndHighPtStepTrackingRegions --- .../HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py | 2 +- ...hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py} | 2 +- .../python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py | 2 +- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 6 ++---- .../HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/pixelTracksTask_cfi.py | 4 ++-- 6 files changed, 9 insertions(+), 11 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelTracksTrackingRegions_cfi.py => hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py} (70%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py index 0e257d8f05c98..d145b5cd9e991 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepHitDoublets_cfi.py @@ -9,6 +9,6 @@ produceIntermediateHitDoublets = cms.bool(True), produceSeedingHitSets = cms.bool(False), seedingLayers = cms.InputTag("highPtTripletStepSeedLayers"), - trackingRegions = cms.InputTag("highPtTripletStepTrackingRegions"), + trackingRegions = cms.InputTag("hltPhase2PixelTracksAndHighPtStepTrackingRegions"), trackingRegionsSeedingLayers = cms.InputTag("") ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksTrackingRegions_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py similarity index 70% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksTrackingRegions_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py index 00b71a9b1c64a..54e3db77053dc 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksTrackingRegions_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -pixelTracksTrackingRegions = cms.EDProducer("GlobalTrackingRegionFromBeamSpotEDProducer", +hltPhase2PixelTracksAndHighPtStepTrackingRegions = cms.EDProducer("GlobalTrackingRegionFromBeamSpotEDProducer", RegionPSet = cms.PSet( beamSpot = cms.InputTag("hltOnlineBeamSpot"), nSigmaZ = cms.double(4.0), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py index 2a720e3e59c77..42059c6ecb4fd 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py @@ -8,6 +8,6 @@ produceIntermediateHitDoublets = cms.bool(True), produceSeedingHitSets = cms.bool(False), seedingLayers = cms.InputTag("pixelTracksSeedLayers"), - trackingRegions = cms.InputTag("pixelTracksTrackingRegions"), + trackingRegions = cms.InputTag("hltPhase2PixelTracksAndHighPtStepTrackingRegions"), trackingRegionsSeedingLayers = cms.InputTag("") ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index ff575db87c700..c7660d38169ed 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -10,7 +10,7 @@ from ..modules.highPtTripletStepTrackCandidates_cfi import * from ..modules.highPtTripletStepTrackCutClassifier_cfi import * from ..modules.highPtTripletStepTrackSelectionHighPurity_cfi import * -from ..modules.highPtTripletStepTrackingRegions_cfi import * +from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import * from ..modules.highPtTripletStepTracks_cfi import * from ..modules.initialStepSeeds_cfi import * from ..modules.initialStepTrackCandidates_cfi import * @@ -22,7 +22,6 @@ from ..modules.pixelTracksHitDoublets_cfi import * from ..modules.pixelTracksHitSeeds_cfi import * from ..modules.pixelTracksSeedLayers_cfi import * -from ..modules.pixelTracksTrackingRegions_cfi import * from ..modules.pixelTracks_cfi import * from ..modules.pixelVertices_cfi import * from ..modules.siPhase2Clusters_cfi import * @@ -44,7 +43,7 @@ highPtTripletStepTrackCandidates, highPtTripletStepTrackCutClassifier, highPtTripletStepTrackSelectionHighPurity, - highPtTripletStepTrackingRegions, + hltPhase2PixelTracksAndHighPtStepTrackingRegions, highPtTripletStepTracks, initialStepSeeds, initialStepTrackCandidates, @@ -57,7 +56,6 @@ pixelTracksHitDoublets, pixelTracksHitSeeds, pixelTracksSeedLayers, - pixelTracksTrackingRegions, pixelVertices, siPhase2Clusters, siPixelClusterShapeCache, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py index b0b7e82203a60..3d6a2d42acc41 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/highPtTripletStepSeedingTask_cfi.py @@ -5,7 +5,7 @@ from ..modules.highPtTripletStepHitTriplets_cfi import * from ..modules.highPtTripletStepSeedLayers_cfi import * from ..modules.highPtTripletStepSeeds_cfi import * -from ..modules.highPtTripletStepTrackingRegions_cfi import * +from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import * highPtTripletStepSeedingTask = cms.Task( highPtTripletStepClusters, @@ -13,5 +13,5 @@ highPtTripletStepHitTriplets, highPtTripletStepSeedLayers, highPtTripletStepSeeds, - highPtTripletStepTrackingRegions + hltPhase2PixelTracksAndHighPtStepTrackingRegions ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py index 53e9b8e12dde4..6973a2c6a839a 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -6,7 +6,7 @@ from ..modules.pixelTracksHitDoublets_cfi import * from ..modules.pixelTracksHitSeeds_cfi import * from ..modules.pixelTracksSeedLayers_cfi import * -from ..modules.pixelTracksTrackingRegions_cfi import * +from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import * pixelTracksTask = cms.Task( hltPhase2PixelFitterByHelixProjections, @@ -15,5 +15,5 @@ pixelTracksHitDoublets, pixelTracksHitSeeds, pixelTracksSeedLayers, - pixelTracksTrackingRegions + hltPhase2PixelTracksAndHighPtStepTrackingRegions ) From 802925eeac87f9c8ed982c87959e438e7fee328f Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Wed, 2 Aug 2023 17:40:54 +0200 Subject: [PATCH 07/13] remove leftover duplicated modules --- .../hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py | 6 ------ .../hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py | 9 --------- .../modules/hltPhase2L3MuonPixelTracksFilter_cfi.py | 9 --------- .../modules/hltPhase2L3MuonPixelTracksFitter_cfi.py | 6 ------ 4 files changed, 30 deletions(-) delete mode 100644 HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py delete mode 100644 HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py delete mode 100644 HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py delete mode 100644 HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFitter_cfi.py diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py deleted file mode 100644 index 3dbd767425883..0000000000000 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelFitterByHelixProjections_cfi.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -hltPhase2L3MuonPixelFitterByHelixProjections = cms.EDProducer("PixelFitterByHelixProjectionsProducer", - scaleErrorsForBPix1 = cms.bool(False), - scaleFactor = cms.double(0.65) -) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py deleted file mode 100644 index a6aae63a617c5..0000000000000 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTrackFilterByKinematics_cfi.py +++ /dev/null @@ -1,9 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -hltPhase2L3MuonPixelTrackFilterByKinematics = cms.EDProducer("PixelTrackFilterByKinematicsProducer", - chi2 = cms.double(1000.0), - nSigmaInvPtTolerance = cms.double(0.0), - nSigmaTipMaxTolerance = cms.double(0.0), - ptMin = cms.double(0.9), - tipMax = cms.double(1.0) -) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py deleted file mode 100644 index e349670ade443..0000000000000 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFilter_cfi.py +++ /dev/null @@ -1,9 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -hltPhase2L3MuonPixelTracksFilter = cms.EDProducer("PixelTrackFilterByKinematicsProducer", - chi2 = cms.double(1000.0), - nSigmaInvPtTolerance = cms.double(0.0), - nSigmaTipMaxTolerance = cms.double(0.0), - ptMin = cms.double(0.9), - tipMax = cms.double(1.0) -) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFitter_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFitter_cfi.py deleted file mode 100644 index ee575ca1a5c1a..0000000000000 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksFitter_cfi.py +++ /dev/null @@ -1,6 +0,0 @@ -import FWCore.ParameterSet.Config as cms - -hltPhase2L3MuonPixelTracksFitter = cms.EDProducer("PixelFitterByHelixProjectionsProducer", - scaleErrorsForBPix1 = cms.bool(False), - scaleFactor = cms.double(0.65) -) From 06d6878a719b535de2c4799e201745d77effae94 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Wed, 2 Aug 2023 17:42:54 +0200 Subject: [PATCH 08/13] change name pixelTracksHitDoublets -> hltPhase2PixelTracksHitDoublets --- ...Doublets_cfi.py => hltPhase2PixelTracksHitDoublets_cfi.py} | 2 +- .../python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py | 2 +- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/pixelTracksTask_cfi.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelTracksHitDoublets_cfi.py => hltPhase2PixelTracksHitDoublets_cfi.py} (87%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py similarity index 87% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py index 42059c6ecb4fd..ebc807cbf2ee9 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitDoublets_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -pixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer", +hltPhase2PixelTracksHitDoublets = cms.EDProducer("HitPairEDProducer", clusterCheck = cms.InputTag(""), layerPairs = cms.vuint32(0, 1, 2), maxElement = cms.uint32(50000000), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py index 67b97397fd1e6..2642ff93a9f07 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py @@ -9,7 +9,7 @@ clusterShapeCacheSrc = cms.InputTag("siPixelClusterShapeCache"), clusterShapeHitFilter = cms.string('ClusterShapeHitFilter') ), - doublets = cms.InputTag("pixelTracksHitDoublets"), + doublets = cms.InputTag("hltPhase2PixelTracksHitDoublets"), extraHitRPhitolerance = cms.double(0.032), fitFastCircle = cms.bool(True), fitFastCircleChi2Cut = cms.bool(True), diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index c7660d38169ed..f88c374670aa4 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -19,7 +19,7 @@ from ..modules.initialStepTracks_cfi import * from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * -from ..modules.pixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * from ..modules.pixelTracksHitSeeds_cfi import * from ..modules.pixelTracksSeedLayers_cfi import * from ..modules.pixelTracks_cfi import * @@ -53,7 +53,7 @@ hltPhase2PixelFitterByHelixProjections, hltPhase2PixelTrackFilterByKinematics, pixelTracks, - pixelTracksHitDoublets, + hltPhase2PixelTracksHitDoublets, pixelTracksHitSeeds, pixelTracksSeedLayers, pixelVertices, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py index 6973a2c6a839a..1a059ac6d6119 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -3,7 +3,7 @@ from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.pixelTracks_cfi import * -from ..modules.pixelTracksHitDoublets_cfi import * +from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * from ..modules.pixelTracksHitSeeds_cfi import * from ..modules.pixelTracksSeedLayers_cfi import * from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import * @@ -12,7 +12,7 @@ hltPhase2PixelFitterByHelixProjections, hltPhase2PixelTrackFilterByKinematics, pixelTracks, - pixelTracksHitDoublets, + hltPhase2PixelTracksHitDoublets, pixelTracksHitSeeds, pixelTracksSeedLayers, hltPhase2PixelTracksAndHighPtStepTrackingRegions From 06af5b0835f799de5ef185de4864206a3a322585 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Wed, 2 Aug 2023 17:45:37 +0200 Subject: [PATCH 09/13] rename pixelTracksHitSeeds->hltPhase2PixelTracksHitSeeds --- ...cksHitSeeds_cfi.py => hltPhase2PixelTracksHitSeeds_cfi.py} | 2 +- .../Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py | 2 +- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/pixelTracksTask_cfi.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelTracksHitSeeds_cfi.py => hltPhase2PixelTracksHitSeeds_cfi.py} (92%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py similarity index 92% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py index 2642ff93a9f07..413947c54f0d6 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksHitSeeds_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -pixelTracksHitSeeds = cms.EDProducer("CAHitQuadrupletEDProducer", +hltPhase2PixelTracksHitSeeds = cms.EDProducer("CAHitQuadrupletEDProducer", CAHardPtCut = cms.double(0.0), CAPhiCut = cms.double(0.2), CAThetaCut = cms.double(0.0012), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py index 95f7b99e1db67..3d676f297e5c0 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py @@ -4,7 +4,7 @@ Cleaner = cms.string('pixelTrackCleanerBySharedHits'), Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"), Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), - SeedingHitSets = cms.InputTag("pixelTracksHitSeeds"), + SeedingHitSets = cms.InputTag("hltPhase2PixelTracksHitSeeds"), mightGet = cms.optional.untracked.vstring, passLabel = cms.string('pixelTracks') ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index f88c374670aa4..20c30cb8395f5 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -20,7 +20,7 @@ from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * -from ..modules.pixelTracksHitSeeds_cfi import * +from ..modules.hltPhase2PixelTracksHitSeeds_cfi import * from ..modules.pixelTracksSeedLayers_cfi import * from ..modules.pixelTracks_cfi import * from ..modules.pixelVertices_cfi import * @@ -54,7 +54,7 @@ hltPhase2PixelTrackFilterByKinematics, pixelTracks, hltPhase2PixelTracksHitDoublets, - pixelTracksHitSeeds, + hltPhase2PixelTracksHitSeeds, pixelTracksSeedLayers, pixelVertices, siPhase2Clusters, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py index 1a059ac6d6119..7c88d0f83c21a 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -4,7 +4,7 @@ from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.pixelTracks_cfi import * from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * -from ..modules.pixelTracksHitSeeds_cfi import * +from ..modules.hltPhase2PixelTracksHitSeeds_cfi import * from ..modules.pixelTracksSeedLayers_cfi import * from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import * @@ -13,7 +13,7 @@ hltPhase2PixelTrackFilterByKinematics, pixelTracks, hltPhase2PixelTracksHitDoublets, - pixelTracksHitSeeds, + hltPhase2PixelTracksHitSeeds, pixelTracksSeedLayers, hltPhase2PixelTracksAndHighPtStepTrackingRegions ) From 37a4876065d84392e8eeb3f763c5ae9a8da3388e Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Wed, 2 Aug 2023 17:54:46 +0200 Subject: [PATCH 10/13] rename pixelTracksSeedLayers->hltPhase2PixelTracksSeedLayers --- .../HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py | 2 +- ...eedLayers_cfi.py => hltPhase2PixelTracksSeedLayers_cfi.py} | 2 +- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/pixelTracksTask_cfi.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelTracksSeedLayers_cfi.py => hltPhase2PixelTracksSeedLayers_cfi.py} (94%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py index ebc807cbf2ee9..98336c9fba6c1 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py @@ -7,7 +7,7 @@ maxElementTotal = cms.uint32(50000000), produceIntermediateHitDoublets = cms.bool(True), produceSeedingHitSets = cms.bool(False), - seedingLayers = cms.InputTag("pixelTracksSeedLayers"), + seedingLayers = cms.InputTag("hltPhase2PixelTracksSeedLayers"), trackingRegions = cms.InputTag("hltPhase2PixelTracksAndHighPtStepTrackingRegions"), trackingRegionsSeedingLayers = cms.InputTag("") ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksSeedLayers_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py similarity index 94% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksSeedLayers_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py index 12b57702f8b5b..308e66694b67c 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracksSeedLayers_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -pixelTracksSeedLayers = cms.EDProducer("SeedingLayersEDProducer", +hltPhase2PixelTracksSeedLayers = cms.EDProducer("SeedingLayersEDProducer", BPix = cms.PSet( HitProducer = cms.string('siPixelRecHits'), TTRHBuilder = cms.string('WithTrackAngle') diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index 20c30cb8395f5..ad9c08ae68ade 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -21,7 +21,7 @@ from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * from ..modules.hltPhase2PixelTracksHitSeeds_cfi import * -from ..modules.pixelTracksSeedLayers_cfi import * +from ..modules.hltPhase2PixelTracksSeedLayers_cfi import * from ..modules.pixelTracks_cfi import * from ..modules.pixelVertices_cfi import * from ..modules.siPhase2Clusters_cfi import * @@ -55,7 +55,7 @@ pixelTracks, hltPhase2PixelTracksHitDoublets, hltPhase2PixelTracksHitSeeds, - pixelTracksSeedLayers, + hltPhase2PixelTracksSeedLayers, pixelVertices, siPhase2Clusters, siPixelClusterShapeCache, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py index 7c88d0f83c21a..15d68fbe2dba1 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -5,7 +5,7 @@ from ..modules.pixelTracks_cfi import * from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * from ..modules.hltPhase2PixelTracksHitSeeds_cfi import * -from ..modules.pixelTracksSeedLayers_cfi import * +from ..modules.hltPhase2PixelTracksSeedLayers_cfi import * from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import * pixelTracksTask = cms.Task( @@ -14,6 +14,6 @@ pixelTracks, hltPhase2PixelTracksHitDoublets, hltPhase2PixelTracksHitSeeds, - pixelTracksSeedLayers, + hltPhase2PixelTracksSeedLayers, hltPhase2PixelTracksAndHighPtStepTrackingRegions ) From 34218c0698a7f2770eb4aa912a6fcfec02681320 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Wed, 2 Aug 2023 18:04:08 +0200 Subject: [PATCH 11/13] rename pixelTracks->hltPhase2PixelTracks --- .../{pixelTracks_cfi.py => hltPhase2PixelTracks_cfi.py} | 4 ++-- .../python/HLT_75e33/modules/initialStepSeeds_cfi.py | 2 +- .../python/HLT_75e33/modules/pixelVertices_cfi.py | 2 +- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/pixelTracksTask_cfi.py | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelTracks_cfi.py => hltPhase2PixelTracks_cfi.py} (76%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracks_cfi.py similarity index 76% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracks_cfi.py index 3d676f297e5c0..65d93946e1f97 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelTracks_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracks_cfi.py @@ -1,10 +1,10 @@ import FWCore.ParameterSet.Config as cms -pixelTracks = cms.EDProducer("PixelTrackProducer", +hltPhase2PixelTracks = cms.EDProducer("PixelTrackProducer", Cleaner = cms.string('pixelTrackCleanerBySharedHits'), Filter = cms.InputTag("hltPhase2PixelTrackFilterByKinematics"), Fitter = cms.InputTag("hltPhase2PixelFitterByHelixProjections"), SeedingHitSets = cms.InputTag("hltPhase2PixelTracksHitSeeds"), mightGet = cms.optional.untracked.vstring, - passLabel = cms.string('pixelTracks') + passLabel = cms.string('hltPhase2PixelTracks') ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_cfi.py index 69561be2fc0d5..8dcb08c540326 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepSeeds_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms initialStepSeeds = cms.EDProducer("SeedGeneratorFromProtoTracksEDProducer", - InputCollection = cms.InputTag("pixelTracks"), + InputCollection = cms.InputTag("hltPhase2PixelTracks"), InputVertexCollection = cms.InputTag(""), SeedCreatorPSet = cms.PSet( refToPSet_ = cms.string('seedFromProtoTracks') diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py index daa6dc6694489..4e076502948b9 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py @@ -8,7 +8,7 @@ refToPSet_ = cms.string('pSetPvClusterComparerForIT') ), PtMin = cms.double(1.0), - TrackCollection = cms.InputTag("pixelTracks"), + TrackCollection = cms.InputTag("hltPhase2PixelTracks"), UseError = cms.bool(True), Verbosity = cms.int32(0), WtAverage = cms.bool(True), diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index ad9c08ae68ade..a41455826c796 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -22,7 +22,7 @@ from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * from ..modules.hltPhase2PixelTracksHitSeeds_cfi import * from ..modules.hltPhase2PixelTracksSeedLayers_cfi import * -from ..modules.pixelTracks_cfi import * +from ..modules.hltPhase2PixelTracks_cfi import * from ..modules.pixelVertices_cfi import * from ..modules.siPhase2Clusters_cfi import * from ..modules.siPixelClusterShapeCache_cfi import * @@ -52,7 +52,7 @@ initialStepTracks, hltPhase2PixelFitterByHelixProjections, hltPhase2PixelTrackFilterByKinematics, - pixelTracks, + hltPhase2PixelTracks, hltPhase2PixelTracksHitDoublets, hltPhase2PixelTracksHitSeeds, hltPhase2PixelTracksSeedLayers, diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py index 15d68fbe2dba1..b1992ea76fa78 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py @@ -2,7 +2,7 @@ from ..modules.hltPhase2PixelFitterByHelixProjections_cfi import * from ..modules.hltPhase2PixelTrackFilterByKinematics_cfi import * -from ..modules.pixelTracks_cfi import * +from ..modules.hltPhase2PixelTracks_cfi import * from ..modules.hltPhase2PixelTracksHitDoublets_cfi import * from ..modules.hltPhase2PixelTracksHitSeeds_cfi import * from ..modules.hltPhase2PixelTracksSeedLayers_cfi import * @@ -11,7 +11,7 @@ pixelTracksTask = cms.Task( hltPhase2PixelFitterByHelixProjections, hltPhase2PixelTrackFilterByKinematics, - pixelTracks, + hltPhase2PixelTracks, hltPhase2PixelTracksHitDoublets, hltPhase2PixelTracksHitSeeds, hltPhase2PixelTracksSeedLayers, From 839f75411d1cf08c189b55cf4087d66088362f26 Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Wed, 2 Aug 2023 18:07:30 +0200 Subject: [PATCH 12/13] rename pixelVertices->hltPhase2PixelVertices --- .../modules/highPtTripletStepTrackCutClassifier_cfi.py | 2 +- .../python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py | 2 +- .../python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py | 2 +- .../{pixelVertices_cfi.py => hltPhase2PixelVertices_cfi.py} | 2 +- .../HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py | 2 +- .../python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py | 4 ++-- .../python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/modules/{pixelVertices_cfi.py => hltPhase2PixelVertices_cfi.py} (89%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCutClassifier_cfi.py index 5eba55bef572b..7a9d90cde5e29 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCutClassifier_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/highPtTripletStepTrackCutClassifier_cfi.py @@ -30,5 +30,5 @@ ), qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), src = cms.InputTag("highPtTripletStepTracks"), - vertices = cms.InputTag("pixelVertices") + vertices = cms.InputTag("hltPhase2PixelVertices") ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py index 6431aba0f2182..f86b6f0120b42 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3OI_cfi.py @@ -72,7 +72,7 @@ input = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx"), maxRegions = cms.int32(2), precise = cms.bool(True), - vertexCollection = cms.InputTag("pixelVertices") + vertexCollection = cms.InputTag("hltPhase2PixelVertices") ), PCut = cms.double(2.5), PtCut = cms.double(1.0), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py index 65d61e39ad38b..fc8c849c3bf39 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3GlbMuon_cfi.py @@ -72,7 +72,7 @@ input = cms.InputTag("hltL2MuonsFromL1TkMuon","UpdatedAtVtx"), maxRegions = cms.int32(2), precise = cms.bool(True), - vertexCollection = cms.InputTag("pixelVertices") + vertexCollection = cms.InputTag("hltPhase2PixelVertices") ), PCut = cms.double(2.5), PtCut = cms.double(1.0), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelVertices_cfi.py similarity index 89% rename from HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelVertices_cfi.py index 4e076502948b9..5706cfc2737e1 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/pixelVertices_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelVertices_cfi.py @@ -1,6 +1,6 @@ import FWCore.ParameterSet.Config as cms -pixelVertices = cms.EDProducer("PixelVertexProducer", +hltPhase2PixelVertices = cms.EDProducer("PixelVertexProducer", Finder = cms.string('DivisiveVertexFinder'), Method2 = cms.bool(True), NTrkMin = cms.int32(2), diff --git a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py index 07d748e6262d3..fd655b957822a 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/modules/initialStepTrackCutClassifier_cfi.py @@ -30,5 +30,5 @@ ), qualityCuts = cms.vdouble(-0.7, 0.1, 0.7), src = cms.InputTag("initialStepTracks"), - vertices = cms.InputTag("pixelVertices") + vertices = cms.InputTag("hltPhase2PixelVertices") ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py index bf3988fc3f54d..109d03c010f48 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py @@ -1,7 +1,7 @@ import FWCore.ParameterSet.Config as cms from ..modules.generalTracks_cfi import * -from ..modules.pixelVertices_cfi import * +from ..modules.hltPhase2PixelVertices_cfi import * from ..modules.trackerClusterCheck_cfi import * from ..tasks.HLTBeamSpotTask_cfi import * from ..tasks.RawToDigiTask_cfi import * @@ -38,7 +38,7 @@ otLocalRecoTask, particleFlowClusterTask, pixelTracksTask, - pixelVertices, + hltPhase2PixelVertices, trackerClusterCheck, vertexRecoTask ) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py index a41455826c796..887a54795cc90 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTTrackingV61Task_cfi.py @@ -23,7 +23,7 @@ from ..modules.hltPhase2PixelTracksHitSeeds_cfi import * from ..modules.hltPhase2PixelTracksSeedLayers_cfi import * from ..modules.hltPhase2PixelTracks_cfi import * -from ..modules.pixelVertices_cfi import * +from ..modules.hltPhase2PixelVertices_cfi import * from ..modules.siPhase2Clusters_cfi import * from ..modules.siPixelClusterShapeCache_cfi import * from ..modules.siPixelClusters_cfi import * @@ -56,7 +56,7 @@ hltPhase2PixelTracksHitDoublets, hltPhase2PixelTracksHitSeeds, hltPhase2PixelTracksSeedLayers, - pixelVertices, + hltPhase2PixelVertices, siPhase2Clusters, siPixelClusterShapeCache, siPixelClusters, From fe8af11ff35d28af340771b217186c649b2e943c Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Fri, 4 Aug 2023 12:17:09 +0200 Subject: [PATCH 13/13] rename pixelTracksTask->hltPhase2PixelTracksTask --- .../python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py | 4 ++-- ...pixelTracksTask_cfi.py => hltPhase2PixelTracksTask_cfi.py} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename HLTrigger/Configuration/python/HLT_75e33/tasks/{pixelTracksTask_cfi.py => hltPhase2PixelTracksTask_cfi.py} (95%) diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py index 109d03c010f48..22d3e23dc4537 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/HLTParticleFlowTask_cfi.py @@ -17,7 +17,7 @@ from ..tasks.localrecoTask_cfi import * from ..tasks.otLocalRecoTask_cfi import * from ..tasks.particleFlowClusterTask_cfi import * -from ..tasks.pixelTracksTask_cfi import * +from ..tasks.hltPhase2PixelTracksTask_cfi import * from ..tasks.vertexRecoTask_cfi import * HLTParticleFlowTask = cms.Task( @@ -37,7 +37,7 @@ localrecoTask, otLocalRecoTask, particleFlowClusterTask, - pixelTracksTask, + hltPhase2PixelTracksTask, hltPhase2PixelVertices, trackerClusterCheck, vertexRecoTask diff --git a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py b/HLTrigger/Configuration/python/HLT_75e33/tasks/hltPhase2PixelTracksTask_cfi.py similarity index 95% rename from HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py rename to HLTrigger/Configuration/python/HLT_75e33/tasks/hltPhase2PixelTracksTask_cfi.py index b1992ea76fa78..4d4974b33eb88 100644 --- a/HLTrigger/Configuration/python/HLT_75e33/tasks/pixelTracksTask_cfi.py +++ b/HLTrigger/Configuration/python/HLT_75e33/tasks/hltPhase2PixelTracksTask_cfi.py @@ -8,7 +8,7 @@ from ..modules.hltPhase2PixelTracksSeedLayers_cfi import * from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import * -pixelTracksTask = cms.Task( +hltPhase2PixelTracksTask = cms.Task( hltPhase2PixelFitterByHelixProjections, hltPhase2PixelTrackFilterByKinematics, hltPhase2PixelTracks,