CMS 3D CMS Logo

Variables

CkfTrajectories_cfi Namespace Reference

Variables

tuple ckfTrajectories

Variable Documentation

Initial value:
00001 cms.EDProducer("CkfTrajectoryMaker",
00002     # these two needed by HLT
00003     cleanTrajectoryAfterInOut = cms.bool( False ),
00004     maxNSeeds = cms.uint32( 100000 ),
00005     # set it as "none" to avoid redundant seed cleaner
00006     RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'),
00007     TrajectoryCleaner = cms.string('TrajectoryCleanerBySharedHits'),
00008     #string RedundantSeedCleaner  = "none"
00009     useHitsSplitting = cms.bool(False),
00010     doSeedingRegionRebuilding = cms.bool(False),
00011     ## reverse trajectories after pattern-reco creating new seed on last hit
00012     reverseTrajectories       = cms.bool(False),
00013     trackCandidateAlso = cms.bool(False),
00014     #bool   seedCleaning         = false
00015     src = cms.InputTag('globalMixedSeeds'),
00016     NavigationSchool = cms.string('SimpleNavigationSchool'),
00017     TrajectoryBuilder = cms.string('GroupedCkfTrajectoryBuilder'),
00018     # nested parameter set for TransientInitialStateEstimator
00019     TransientInitialStateEstimatorParameters = cms.PSet(
00020         propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
00021         propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite'),
00022         numberMeasurementsForFit = cms.int32(4)
00023     )
00024 )

Definition at line 6 of file CkfTrajectories_cfi.py.