CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoMuon/L3MuonIsolationProducer/python/PixelTracksForL3Isolation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 import RecoPixelVertexing.PixelTrackFitting.PixelTracks_cfi
00004 pixelTracksForL3Isolation = RecoPixelVertexing.PixelTrackFitting.PixelTracks_cfi.pixelTracks.clone()
00005 pixelTracksForL3Isolation.RegionFactoryPSet.ComponentName = 'IsolationRegionAroundL3Muon'
00006 pixelTracksForL3Isolation.RegionFactoryPSet.RegionPSet = cms.PSet(
00007     deltaPhiRegion = cms.double(0.24),
00008     TrkSrc = cms.InputTag("L3Muons"),
00009     originHalfLength = cms.double(15.0),
00010     deltaEtaRegion = cms.double(0.24),
00011     vertexZDefault = cms.double(0.0),
00012     vertexSrc = cms.string(''),
00013     originRadius = cms.double(0.2),
00014     vertexZConstrained = cms.bool(False),
00015     ptMin = cms.double(1.0),
00016     measurementTrackerName = cms.string("")
00017 )
00018 
00019