CMS 3D CMS Logo

RegionalCKFTracksForL3Isolation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import RecoTracker.TkSeedGenerator.GlobalPixelSeeds_cfi
00004 regionalSeedsForL3Isolation = RecoTracker.TkSeedGenerator.GlobalPixelSeeds_cfi.globalPixelSeeds.clone()
00005 import RecoTracker.CkfPattern.CkfTrackCandidates_cfi
00006 regionalCandidatesForL3Isolation = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone()
00007 import RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi
00008 regionalTracksForL3Isolation = RecoTracker.TrackProducer.CTFFinalFitWithMaterial_cfi.ctfWithMaterialTracks.clone()
00009 regionalCKFTracksForL3Isolation = cms.Sequence(regionalSeedsForL3Isolation*regionalCandidatesForL3Isolation*regionalTracksForL3Isolation)
00010 regionalSeedsForL3Isolation.RegionFactoryPSet.ComponentName = 'IsolationRegionAroundL3Muon'
00011 regionalSeedsForL3Isolation.RegionFactoryPSet.RegionPSet = cms.PSet(
00012     deltaPhiRegion = cms.double(0.24),
00013     TrkSrc = cms.InputTag("L3Muons"),
00014     originHalfLength = cms.double(15.0),
00015     deltaEtaRegion = cms.double(0.24),
00016     vertexZDefault = cms.double(0.0),
00017     vertexSrc = cms.string(''),
00018     originRadius = cms.double(0.2),
00019     vertexZConstrained = cms.bool(False),
00020     ptMin = cms.double(1.0)
00021 )
00022 regionalCandidatesForL3Isolation.SeedProducer = 'regionalSeedsForL3Isolation'
00023 regionalTracksForL3Isolation.src = 'regionalCandidatesForL3Isolation'
00024 
00025 

Generated on Tue Jun 9 17:44:16 2009 for CMSSW by  doxygen 1.5.4