/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py
14 строк
629 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms LaserSeedFinder = cms.EDFilter("LaserSeedGenerator", originHalfLength = cms.double(90.0), originZPosition = cms.double(0.0), matchedRecHits = cms.InputTag("siStripMatchedRecHits","matchedRecHit"), TTRHBuilder = cms.string('WithTrackAngle'), ptMin = cms.double(0.0), rphiRecHits = cms.InputTag("siStripMatchedRecHits","rphiRecHit"), originRadius = cms.double(150.0), Propagator = cms.string('Analytical'), ## change to WithMaterial if you want to use the PropagatorWithMaterial stereoRecHits = cms.InputTag("siStripMatchedRecHits","stereoRecHit") )