Skip to content

Commit

Permalink
fix TrajectoryBuilderPSet
Browse files Browse the repository at this point in the history
  • Loading branch information
cerati committed Jun 10, 2014
1 parent 4c7a4e3 commit f7e6c67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@
import RecoTracker.CkfPattern.CkfTrackCandidates_cfi
jetCoreRegionalStepTrackCandidates = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone(
src = cms.InputTag('jetCoreRegionalStepSeeds'),
TrajectoryBuilder = 'jetCoreRegionalStepTrajectoryBuilder',
maxSeedsBeforeCleaning = cms.uint32(10000),
TrajectoryBuilderPSet = cms.PSet( refToPSet_ = cms.string('jetCoreRegionalStepTrajectoryBuilder')),
NavigationSchool = cms.string('SimpleNavigationSchool'),
### these two parameters are relevant only for the CachingSeedCleanerBySharedInput
#numHitsForSeedCleaner = cms.int32(50),
#onlyPixelHitsForSeedCleaner = cms.bool(True),
Expand Down

0 comments on commit f7e6c67

Please sign in to comment.