/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py
11 строк
395 B
Bill Ford
ClusterMCsplitStrips, all module types; ClusterAnalyzer bug fix
07 апр 2015, 22:17
07 апр 2015, 22:17
f6ce954
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms siStripClusters = cms.EDProducer("ClusterMCsplitStrips", UnsplitClusterProducer = cms.InputTag('siStripClustersUnsplit'), ClusterRefiner = cms.PSet( moduleTypes = cms.vstring( 'IB1', 'IB2', 'OB1', 'OB2', 'W1A', 'W2A', 'W3A', 'W1B', 'W2B', 'W3B', 'W4', 'W5', 'W6', 'W7' # 'IB1', 'IB2', 'OB1', 'OB2' # barrel modules only ) ) )