3 hltL3TrajectorySeedFromL1 = cms.EDProducer(
"TSGFromL1Muon",
5 nSigmaInvPtTolerance = cms.double(2.0),
6 nSigmaTipMaxTolerance = cms.double(3.0),
7 ComponentName = cms.string(
'PixelTrackFilterByKinematics'),
8 chi2 = cms.double(1000.0),
9 ptMin = cms.double(10.0),
10 tipMax = cms.double(0.1)
12 FitterPSet = cms.PSet(
13 cotThetaErrorScale = cms.double(1.0),
14 tipErrorScale = cms.double(1.0),
15 ComponentName = cms.string(
'L1MuonPixelTrackFitter'),
16 invPtErrorScale = cms.double(1.0),
17 phiErrorScale = cms.double(1.0),
18 zipErrorScale = cms.double(1.0)
20 RegionFactoryPSet = cms.PSet(
21 ComponentName = cms.string(
'L1MuonRegionProducer'),
22 RegionPSet = cms.PSet(
23 originHalfLength = cms.double(15.9),
24 originRadius = cms.double(0.1),
25 originYPos = cms.double(0.0),
26 ptMin = cms.double(10.0),
27 originXPos = cms.double(0.0),
28 originZPos = cms.double(0.0)
31 L1MuonLabel = cms.InputTag(
"hltL1extraParticles"),
32 CleanerPSet = cms.PSet(
33 ComponentName = cms.string(
'PixelTrackCleanerBySharedHits'),
34 diffRelPtCut = cms.double(0.2),
35 deltaEtaCut = cms.double(0.01)
37 OrderedHitsFactoryPSet = cms.PSet(
38 ComponentName = cms.string(
'StandardHitPairGenerator'),
39 SeedingLayers = cms.InputTag(
'PixelLayerPairs')