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  # these two needed by HLT
3  cleanTrajectoryAfterInOut = cms.bool( False ),
4  maxNSeeds = cms.uint32( 100000 ),
5  # set it as "none" to avoid redundant seed cleaner
6  RedundantSeedCleaner = cms.string('CachingSeedCleanerBySharedInput'),
7  TrajectoryCleaner = cms.string('TrajectoryCleanerBySharedHits'),
8  #string RedundantSeedCleaner = "none"
9  useHitsSplitting = cms.bool(False),
10  doSeedingRegionRebuilding = cms.bool(False),
11  ## reverse trajectories after pattern-reco creating new seed on last hit
12  reverseTrajectories = cms.bool(False),
13  trackCandidateAlso = cms.bool(False),
14  #bool seedCleaning = false
15  src = cms.InputTag('globalMixedSeeds'),
16  NavigationSchool = cms.string('SimpleNavigationSchool'),
17  TrajectoryBuilder = cms.string('GroupedCkfTrajectoryBuilder'),
18  TrajectoryBuilderPSet = cms.PSet(refToPSet_ = cms.string('GroupedCkfTrajectoryBuilder')),
19  # nested parameter set for TransientInitialStateEstimator
20  TransientInitialStateEstimatorParameters = cms.PSet(
21  propagatorAlongTISE = cms.string('PropagatorWithMaterial'),
22  propagatorOppositeTISE = cms.string('PropagatorWithMaterialOpposite'),
23 # propagatorAlongTISE = cms.string('PropagatorWithMaterialParabolicMf'),
24 # propagatorOppositeTISE = cms.string('PropagatorWithMaterialParabolicMfOpposite'),
25  numberMeasurementsForFit = cms.int32(4)
26  ),
27  MeasurementTrackerEvent = cms.InputTag("MeasurementTrackerEvent")
28 )

Definition at line 6 of file CkfTrajectories_cfi.py.