CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/FastSimulation/Muons/python/TrackCandidateFromL2_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import FastSimulation.Tracking.TrackCandidateProducer_cfi
00004 
00005 hltL3TrackCandidateFromL2 = FastSimulation.Tracking.TrackCandidateProducer_cfi.trackCandidateProducer.clone(
00006     SeedProducer = cms.InputTag("hltL3TrajectorySeed"),
00007     OverlapCleaning = cms.bool(True),
00008     SeedCleaning = cms.bool(True),
00009     SplitHits = cms.bool(False),
00010     TrackProducers = cms.VInputTag(),
00011     SimTracks = cms.InputTag('famosSimHits'),
00012     EstimatorCut = cms.double(200)
00013 )
00014 
00015