CMS 3D CMS Logo

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

Variables

tuple TrackProducer
 

Variable Documentation

tuple TrackProducer_cfi.TrackProducer
Initial value:
1 = cms.EDProducer("TrackProducer",
2  src = cms.InputTag("ckfTrackCandidates"),
3  clusterRemovalInfo = cms.InputTag(""),
4  beamSpot = cms.InputTag("offlineBeamSpot"),
5  Fitter = cms.string('KFFittingSmootherWithOutliersRejectionAndRK'),
6  useHitsSplitting = cms.bool(False),
7  alias = cms.untracked.string('ctfWithMaterialTracks'),
8  TrajectoryInEvent = cms.bool(True),
9  TTRHBuilder = cms.string('WithAngleAndTemplate'),
10  AlgorithmName = cms.string('undefAlgorithm'),
11  Propagator = cms.string('RungeKuttaTrackerPropagator'),
12 
13  # this parameter decides if the propagation to the beam line
14  # for the track parameters defiition is from the first hit
15  # or from the closest to the beam line
16  # true for cosmics/beam halo, false for collision tracks (needed by loopers)
17  GeometricInnerState = cms.bool(False),
18 
19  ### These are paremeters related to the filling of the Secondary hit-patterns
20  #set to "", the secondary hit pattern will not be filled (backward compatible with DetLayer=0)
21  NavigationSchool = cms.string('SimpleNavigationSchool'),
22  MeasurementTracker = cms.string('')
23 )

Definition at line 3 of file TrackProducer_cfi.py.