/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Tracking/python/FastTrackerRecHitCombiner_cfi.py
8 строк
298 B
Simon Kurz
started hacking the python configs
08 фев 2018, 13:54
08 фев 2018, 13:54
ca6eb56
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms fastTrackerRecHitCombinations = cms.EDProducer( "FastTrackerRecHitCombiner", simHits = cms.InputTag("fastSimProducer","TrackerHits"), simHit2RecHitMap = cms.InputTag("fastTrackingRecHits","simHit2RecHitMap"), minNHits = cms.uint32(3) )