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  useSimpleMF = cms.bool(False),
3  SimpleMagneticField = cms.string(""),
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  # this parameter decides if the propagation to the beam line
16  # for the track parameters defiition is from the first hit
17  # or from the closest to the beam line
18  # true for cosmics/beam halo, false for collision tracks (needed by loopers)
19  GeometricInnerState = cms.bool(False),
20 
21  ### These are paremeters related to the filling of the Secondary hit-patterns
22  #set to "", the secondary hit pattern will not be filled (backward compatible with DetLayer=0)
23  NavigationSchool = cms.string('SimpleNavigationSchool'),
24  MeasurementTracker = cms.string(''),
25  MeasurementTrackerEvent = cms.InputTag('MeasurementTrackerEvent'),
26 )

Definition at line 3 of file TrackProducer_cfi.py.