6 ckfTrajectories = cms.EDProducer(
"CkfTrajectoryMaker",
8 cleanTrajectoryAfterInOut = cms.bool(
False ),
9 maxNSeeds = cms.uint32( 100000 ),
11 RedundantSeedCleaner = cms.string(
'CachingSeedCleanerBySharedInput'),
12 TrajectoryCleaner = cms.string(
'TrajectoryCleanerBySharedHits'),
14 useHitsSplitting = cms.bool(
False),
15 doSeedingRegionRebuilding = cms.bool(
False),
17 reverseTrajectories = cms.bool(
False),
18 trackCandidateAlso = cms.bool(
False),
20 src = cms.InputTag(
'globalMixedSeeds'),
21 NavigationSchool = cms.string(
'SimpleNavigationSchool'),
22 TrajectoryBuilder = cms.string(
'GroupedCkfTrajectoryBuilder'),
24 TransientInitialStateEstimatorParameters = cms.PSet(
25 propagatorAlongTISE = cms.string(
'PropagatorWithMaterial'),
26 propagatorOppositeTISE = cms.string(
'PropagatorWithMaterialOpposite'),
27 numberMeasurementsForFit = cms.int32(4)