CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
CkfTrajectories_cfi Namespace Reference

Variables

tuple ckfTrajectories
 

Variable Documentation

tuple CkfTrajectories_cfi.ckfTrajectories
Initial value:
1 = cms.EDProducer("CkfTrajectoryMaker",
2  # set it as "none" to avoid redundant seed cleaner
3  RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'),
4  TrajectoryCleaner = cms.string('TrajectoryCleanerBySharedHits'),
5  #string RedundantSeedCleaner = "none"
6  useHitsSplitting = cms.bool(False),
7  doSeedingRegionRebuilding = cms.bool(False),
8  trackCandidateAlso = cms.bool(False),
9  #bool seedCleaning = false
10  src = cms.InputTag('globalMixedSeeds'),
11  NavigationSchool = cms.string('SimpleNavigationSchool'),
12  TrajectoryBuilder = cms.string('GroupedCkfTrajectoryBuilder'),
13  # nested parameter set for TransientInitialStateEstimator
14  TransientInitialStateEstimatorParameters = cms.PSet(
15  propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
16  propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite'),
17  numberMeasurementsForFit = cms.int32(4)
18  )
19 )

Definition at line 6 of file CkfTrajectories_cfi.py.