CMS 3D CMS Logo

Variables

TrackProducer_cfi Namespace Reference

Variables

tuple TrackProducer

Variable Documentation

Initial value:
00001 cms.EDProducer("TrackProducer",
00002     src = cms.InputTag("ckfTrackCandidates"),
00003     clusterRemovalInfo = cms.InputTag(""),
00004     beamSpot = cms.InputTag("offlineBeamSpot"),
00005     Fitter = cms.string('KFFittingSmootherWithOutliersRejectionAndRK'),
00006     useHitsSplitting = cms.bool(False),
00007     alias = cms.untracked.string('ctfWithMaterialTracks'),
00008     TrajectoryInEvent = cms.bool(True),
00009     TTRHBuilder = cms.string('WithAngleAndTemplate'),
00010     AlgorithmName = cms.string('undefAlgorithm'),
00011     Propagator = cms.string('RungeKuttaTrackerPropagator'),
00012 
00013     ### These are paremeters related to the filling of the Secondary hit-patterns                               
00014     #set to "", the secondary hit pattern will not be filled (backward compatible with DetLayer=0)    
00015     NavigationSchool = cms.string('SimpleNavigationSchool'),          
00016     MeasurementTracker = cms.string('')                   
00017 )

Definition at line 3 of file TrackProducer_cfi.py.