From fe8af11ff35d28af340771b217186c649b2e943c Mon Sep 17 00:00:00 2001 From: Luca Guzzi Date: Fri, 4 Aug 2023 12:17:09 +0200 Subject: [PATCH] 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,