CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RegionalCKFTracksForL3Isolation_cfi.py
Go to the documentation of this file.
2 
4 regionalSeedsForL3Isolation = RecoTracker.TkSeedGenerator.GlobalPixelSeeds_cff.globalPixelSeeds.clone()
6 regionalCandidatesForL3Isolation = RecoTracker.CkfPattern.CkfTrackCandidates_cfi.ckfTrackCandidates.clone()
8 regionalTracksForL3Isolation = RecoTracker.TrackProducer.TrackProducer_cfi.TrackProducer.clone()
9 regionalCKFTracksForL3Isolation = cms.Sequence(regionalSeedsForL3Isolation*regionalCandidatesForL3Isolation*regionalTracksForL3Isolation)
10 regionalSeedsForL3Isolation.RegionFactoryPSet.ComponentName = 'IsolationRegionAroundL3Muon'
11 regionalSeedsForL3Isolation.RegionFactoryPSet.RegionPSet = cms.PSet(
12  deltaPhiRegion = cms.double(0.24),
13  TrkSrc = cms.InputTag("L3Muons"),
14  originHalfLength = cms.double(15.0),
15  deltaEtaRegion = cms.double(0.24),
16  vertexZDefault = cms.double(0.0),
17  vertexSrc = cms.InputTag(""),
18  originRadius = cms.double(0.2),
19  vertexZConstrained = cms.bool(False),
20  ptMin = cms.double(1.0),
21  measurementTrackerName = cms.string("")
22 )
23 regionalCandidatesForL3Isolation.src = cms.InputTag('regionalSeedsForL3Isolation')
24 regionalTracksForL3Isolation.src = 'regionalCandidatesForL3Isolation'
25 
26