Skip to content

Commit

Permalink
Fix CA customizes
Browse files Browse the repository at this point in the history
SeedComparitor was not properly propagated.
  • Loading branch information
makortel committed Sep 29, 2016
1 parent d79b60d commit 2b8c2b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -36,5 +36,5 @@ def customiseForQuadrupletsByCellularAutomaton(process):
)

if hasattr(quadruplets.GeneratorPSet, "SeedComparitorPSet"):
pset.SeedComparitorPSet = quadruplets.GeneratorPSet.SeedComparitorPSet
module.OrderedHitsFactoryPSet.SeedComparitorPSet = quadruplets.GeneratorPSet.SeedComparitorPSet
return process
Expand Up @@ -41,5 +41,5 @@ def customiseForQuadrupletsHLTPixelTracksByCellularAutomaton(process):
)

if hasattr(quadruplets.GeneratorPSet, "SeedComparitorPSet"):
pset.SeedComparitorPSet = quadruplets.GeneratorPSet.SeedComparitorPSet
module.OrderedHitsFactoryPSet.SeedComparitorPSet = quadruplets.GeneratorPSet.SeedComparitorPSet
return process
Expand Up @@ -34,5 +34,5 @@ def customiseForTripletsByCellularAutomaton(process):
)

if hasattr(Triplets.GeneratorPSet, "SeedComparitorPSet"):
pset.SeedComparitorPSet = Triplets.GeneratorPSet.SeedComparitorPSet
module.OrderedHitsFactoryPSet.SeedComparitorPSet = Triplets.GeneratorPSet.SeedComparitorPSet
return process
Expand Up @@ -37,5 +37,5 @@ def customiseForTripletsHLTPixelTracksByCellularAutomaton(process):
)

if hasattr(triplets.GeneratorPSet, "SeedComparitorPSet"):
pset.SeedComparitorPSet = triplets.GeneratorPSet.SeedComparitorPSet
module.OrderedHitsFactoryPSet.SeedComparitorPSet = triplets.GeneratorPSet.SeedComparitorPSet
return process

0 comments on commit 2b8c2b9

Please sign in to comment.