Skip to content

Commit

Permalink
Moved RecoPixelVertexing subsystem to RecoTracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
aehart committed Apr 27, 2023
1 parent 31c32bd commit 26259b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
))

# Triplet seeding
from RecoPixelVertexing.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import ClusterShapeHitFilterESProducer as _ClusterShapeHitFilterESProducer
from RecoTracker.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import ClusterShapeHitFilterESProducer as _ClusterShapeHitFilterESProducer
displacedRegionalStepClusterShapeHitFilter = _ClusterShapeHitFilterESProducer.clone(
ComponentName = 'displacedRegionalStepClusterShapeHitFilter',
doStripShapeCut = False,
Expand Down Expand Up @@ -127,7 +127,7 @@
SeedComparitorPSet = _displacedRegionalStepSeedComparitorPSet,
)

from RecoPixelVertexing.PixelLowPtUtilities.StripSubClusterShapeSeedFilter_cfi import StripSubClusterShapeSeedFilter as _StripSubClusterShapeSeedFilter
from RecoTracker.PixelLowPtUtilities.StripSubClusterShapeSeedFilter_cfi import StripSubClusterShapeSeedFilter as _StripSubClusterShapeSeedFilter
from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters
(~approxSiStripClusters).toModify(displacedRegionalStepSeedsTripl.SeedComparitorPSet.comparitors, func = lambda list: list.append(_StripSubClusterShapeSeedFilter.clone()) )

Expand Down

0 comments on commit 26259b0

Please sign in to comment.