CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackProducer_cfi.py
Go to the documentation of this file.
2 
3 TrackProducer = cms.EDProducer("TrackProducer",
4  src = cms.InputTag("ckfTrackCandidates"),
5  clusterRemovalInfo = cms.InputTag(""),
6  beamSpot = cms.InputTag("offlineBeamSpot"),
7  Fitter = cms.string('KFFittingSmootherWithOutliersRejectionAndRK'),
8  useHitsSplitting = cms.bool(False),
9  alias = cms.untracked.string('ctfWithMaterialTracks'),
10  TrajectoryInEvent = cms.bool(True),
11  TTRHBuilder = cms.string('WithAngleAndTemplate'),
12  AlgorithmName = cms.string('undefAlgorithm'),
13  Propagator = cms.string('RungeKuttaTrackerPropagator'),
14 
15  ### These are paremeters related to the filling of the Secondary hit-patterns
16  #set to "", the secondary hit pattern will not be filled (backward compatible with DetLayer=0)
17  NavigationSchool = cms.string('SimpleNavigationSchool'),
18  MeasurementTracker = cms.string('')
19 )
20 
21 
22