CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackCandidateFromL2_cfi.py
Go to the documentation of this file.
2 
4 
5 hltL3TrackCandidateFromL2 = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone(
6  SeedProducer = cms.InputTag("hltL3TrajectorySeed"),
7  OverlapCleaning = cms.bool(True),
8  SeedCleaning = cms.bool(True),
9  SplitHits = cms.bool(False),
10  TrackProducers = cms.VInputTag(),
11  SimTracks = cms.InputTag('famosSimHits'),
12  EstimatorCut = cms.double(200)
13 )
14 
15