/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoMuon/TrackerSeedGenerator/python/TSGFromL1_cfi.py
33 строки
1 KB
Matti Kortelainen
Remove last bits of use of PixelTrackCleaner from TSGFromL1Muon
05 дек 2016, 18:16
05 дек 2016, 18:16
48a580e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms hltL3TrajectorySeedFromL1 = cms.EDProducer("TSGFromL1Muon", Filter = cms.InputTag("pixelTrackFilterByKinematicsForTSGFromL1"), FitterPSet = cms.PSet( cotThetaErrorScale = cms.double(1.0), tipErrorScale = cms.double(1.0), ComponentName = cms.string('L1MuonPixelTrackFitter'), invPtErrorScale = cms.double(1.0), phiErrorScale = cms.double(1.0), zipErrorScale = cms.double(1.0) ), RegionFactoryPSet = cms.PSet( ComponentName = cms.string('L1MuonRegionProducer'), RegionPSet = cms.PSet( originHalfLength = cms.double(15.9), originRadius = cms.double(0.1), originYPos = cms.double(0.0), ptMin = cms.double(10.0), originXPos = cms.double(0.0), originZPos = cms.double(0.0) ) ), L1MuonLabel = cms.InputTag("hltL1extraParticles"), CleanerPSet = cms.PSet( diffRelPtCut = cms.double(0.2), deltaEtaCut = cms.double(0.01) ), OrderedHitsFactoryPSet = cms.PSet( ComponentName = cms.string('StandardHitPairGenerator'), SeedingLayers = cms.InputTag('PixelLayerPairs') ) )