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     # this parameter decides if the propagation to the beam line
00014     # for the track parameters defiition is from the first hit
00015     # or from the closest to the beam line
00016     # true for cosmics/beam halo, false for collision tracks (needed by loopers)
00017     GeometricInnerState = cms.bool(False),
00018 
00019     ### These are paremeters related to the filling of the Secondary hit-patterns                               
00020     #set to "", the secondary hit pattern will not be filled (backward compatible with DetLayer=0)    
00021     NavigationSchool = cms.string('SimpleNavigationSchool'),          
00022     MeasurementTracker = cms.string('')                   
00023 )

Definition at line 3 of file TrackProducer_cfi.py.