CMS 3D CMS Logo

Variables

TrackCandidateProducer_cfi Namespace Reference

Variables

tuple TrackCandidateProducer

Variable Documentation

Initial value:
00001 cms.EDProducer("TrackCandidateProducer",
00002     HitProducer = cms.InputTag("siTrackerGaussianSmearingRecHits","TrackerGSMatchedRecHits"),
00003     # The smallest number of crossed layers to make a candidate
00004     MinNumberOfCrossedLayers = cms.uint32(5),
00005     # The number of crossed layers needed before stopping tracking
00006     MaxNumberOfCrossedLayers = cms.uint32(999),
00007     SeedProducer = cms.InputTag("globalPixelSeeds","GlobalPixel"),
00008     # If true, keep the tracks fitted in the previous collection
00009     # Just ignore them otherwise
00010     KeepFittedTracks = cms.bool(True),
00011     # Reject overlapping hits? (GroupedTracking from 170pre2 onwards)
00012     OverlapCleaning = cms.bool(False),
00013     # Reject copies of tracks from several seeds - take the first seed in that case
00014     SeedCleaning = cms.bool(True),
00015     # The tracks already fitted - no need to fit them already !
00016     TrackProducers = cms.VInputTag(cms.InputTag("generalTracks")),
00017     # Split matched hits? 
00018     SplitHits = cms.bool(True),
00019     SimTracks = cms.InputTag(''),
00020     EstimatorCut = cms.double(0)
00021 )

Definition at line 3 of file TrackCandidateProducer_cfi.py.

Referenced by cms::RoadSearchHelixMaker::produce().