CMS 3D CMS Logo

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

Variables

tuple ckfTrackCandidates
 

Variable Documentation

tuple CkfTrackCandidates_cfi.ckfTrackCandidates
Initial value:
1 = cms.EDProducer("CkfTrackCandidateMaker",
2 # During tracking, eliminate seeds used by an already found track
3  RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'),
4 # Decide how to eliminate tracks sharing hits at end of tracking phase
5  TrajectoryCleaner = cms.string('TrajectoryCleanerBySharedHits'),
6 # Run cleaning after in-out tracking in addition to at end of tracking ?
7  cleanTrajectoryAfterInOut = cms.bool(True),
8 # Split matched strip tracker hits into mono/stereo components.
9  useHitsSplitting = cms.bool(True),
10 # After in-out tracking, do out-in tracking through the seeding
11 # region and then further in.
12  doSeedingRegionRebuilding = cms.bool(True),
13 # SeedProducer = cms.string('globalMixedSeeds'),
14 # SeedLabel = cms.string(''),
15  maxNSeeds = cms.uint32(100000),
16 # SeedProducer:SeedLabel descoped to src
17  src = cms.InputTag('globalMixedSeeds'),
18  NavigationSchool = cms.string('SimpleNavigationSchool'),
19  TrajectoryBuilder = cms.string('GroupedCkfTrajectoryBuilder'),
20  TransientInitialStateEstimatorParameters = cms.PSet(
21  propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
22  propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite'),
23  numberMeasurementsForFit = cms.int32(4)
24  )
25 )

Definition at line 3 of file CkfTrackCandidates_cfi.py.