Skip to content

Commit

Permalink
perfect seed noTrackingParticles, bugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
vberta committed Nov 5, 2020
1 parent 86a8b6e commit 8bf2fff
Show file tree
Hide file tree
Showing 5 changed files with 291 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@
)


import RecoTracker.TkSeedGenerator.jetCoreDirectSeedGenerator_cfi
jetCoreSeeds = RecoTracker.TkSeedGenerator.jetCoreDirectSeedGenerator_cfi.jetCoreDirectSeedGenerator.clone(
import RecoTracker.TkSeedGenerator.jetCorePerfectSeedGenerator_cfi
# import RecoTracker.TkSeedGenerator.jetCoreDirectSeedGenerator_cfi
jetCoreSeeds = RecoTracker.TkSeedGenerator.jetCorePerfectSeedGenerator_cfi.JetCorePerfectSeedGenerator.clone(
# jetCoreSeeds = RecoTracker.TkSeedGenerator.jetCoreDirectSeedGenerator_cfi.jetCoreDirectSeedGenerator.clone(
vertices="firstStepPrimaryVertices"
)

Expand Down
Loading

0 comments on commit 8bf2fff

Please sign in to comment.