Skip to content

Commit

Permalink
rename pixelTracksTask->hltPhase2PixelTracksTask
Browse files Browse the repository at this point in the history
  • Loading branch information
lguzzi committed Aug 4, 2023
1 parent 839f754 commit fe8af11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -37,7 +37,7 @@
localrecoTask,
otLocalRecoTask,
particleFlowClusterTask,
pixelTracksTask,
hltPhase2PixelTracksTask,
hltPhase2PixelVertices,
trackerClusterCheck,
vertexRecoTask
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ..modules.hltPhase2PixelTracksSeedLayers_cfi import *
from ..modules.hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi import *

pixelTracksTask = cms.Task(
hltPhase2PixelTracksTask = cms.Task(
hltPhase2PixelFitterByHelixProjections,
hltPhase2PixelTrackFilterByKinematics,
hltPhase2PixelTracks,
Expand Down

0 comments on commit fe8af11

Please sign in to comment.