Skip to content

Commit

Permalink
rename PixelVertexes_cf* to PixelVertices_cf* and propagate
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Aug 31, 2024
1 parent 90f303c commit 243a040
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RecoVertex/Configuration/python/RecoPixelVertexing_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from HeterogeneousCore.CUDACore.SwitchProducerCUDA import SwitchProducerCUDA

from RecoTracker.PixelTrackFitting.PixelTracks_cff import *
from RecoVertex.PixelVertexFinding.PixelVertexes_cff import *
from RecoVertex.PixelVertexFinding.PixelVertices_cff import *

# legacy pixel vertex reconsruction using the divisive vertex finder
pixelVerticesTask = cms.Task(
Expand Down
3 changes: 0 additions & 3 deletions RecoVertex/PixelVertexFinding/python/PixelVertexes_cff.py

This file was deleted.

3 changes: 3 additions & 0 deletions RecoVertex/PixelVertexFinding/python/PixelVertices_cff.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import FWCore.ParameterSet.Config as cms

from RecoVertex.PixelVertexFinding.PixelVertices_cfi import *

0 comments on commit 243a040

Please sign in to comment.