CMS 3D CMS Logo

Variables

CkfTrajectories_cfi Namespace Reference

Variables

tuple ckfTrajectories

Variable Documentation

Initial value:
00001 cms.EDProducer("CkfTrajectoryMaker",
00002     # set it as "none" to avoid redundant seed cleaner
00003     RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'),
00004     TrajectoryCleaner = cms.string('TrajectoryCleanerBySharedHits'),
00005     #string RedundantSeedCleaner  = "none"
00006     useHitsSplitting = cms.bool(False),
00007     doSeedingRegionRebuilding = cms.bool(False),
00008     trackCandidateAlso = cms.bool(False),
00009     #bool   seedCleaning         = false
00010     src = cms.InputTag('globalMixedSeeds'),
00011     NavigationSchool = cms.string('SimpleNavigationSchool'),
00012     TrajectoryBuilder = cms.string('GroupedCkfTrajectoryBuilder'),
00013     # nested parameter set for TransientInitialStateEstimator
00014     TransientInitialStateEstimatorParameters = cms.PSet(
00015         propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
00016         propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite'),
00017         numberMeasurementsForFit = cms.int32(4)
00018     )
00019 )

Definition at line 6 of file CkfTrajectories_cfi.py.