/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CalibTracker/SiStripCommon/python/ShallowSimhitClustersProducer_cfi.py
18 строк
720 B
mauro verzetti
updated system to proper use of Tokens and consumes
03 фев 2016, 16:23
03 фев 2016, 16:23
765378d
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms shallowSimhitClusters = cms.EDProducer( "ShallowSimhitClustersProducer", Prefix = cms.string("sim"), Clusters = cms.InputTag("siStripClusters"), InputTags = cms.VInputTag( cms.InputTag('g4SimHits:TrackerHitsTECHighTof'), cms.InputTag('g4SimHits:TrackerHitsTECLowTof'), cms.InputTag('g4SimHits:TrackerHitsTIDHighTof'), cms.InputTag('g4SimHits:TrackerHitsTIDLowTof'), cms.InputTag('g4SimHits:TrackerHitsTIBHighTof'), cms.InputTag('g4SimHits:TrackerHitsTIBLowTof'), cms.InputTag('g4SimHits:TrackerHitsTOBHighTof'), cms.InputTag('g4SimHits:TrackerHitsTOBLowTof') ), runningMode = cms.string("deconvolution") )