/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
HLTrigger/special/python/HLTDummyCollections_cff.py
57 строк
2 KB
Christopher Jones
Removed old LazyGetter calls from HLTDummyCollections
15 окт 2015, 11:30
15 окт 2015, 11:30
655a3a3
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms #out of data interface #hltDummyEcalRawToRecHitFacility = cms.EDProducer("HLTDummyCollections", # action = cms.string("doEcal"), # UnpackZDC = cms.bool(False), # not actually needed here # ESdigiCollection = cms.string( "" ) # not actually needed here #) hltDummyHcalDigis = cms.EDProducer("HLTDummyCollections", action = cms.string("doHcal"), UnpackZDC = cms.bool(True), ESdigiCollection = cms.string( "" ) # not actually needed here ) hltDummyEcalPreshowerDigis = cms.EDProducer("HLTDummyCollections", action = cms.string("doEcalPreshower"), UnpackZDC = cms.bool(False), # not actually needed here ESdigiCollection = cms.string( "" ) ) hltDummyMuonDTDigis = cms.EDProducer("HLTDummyCollections", action = cms.string("doMuonDT"), UnpackZDC = cms.bool(False), # not actually needed here ESdigiCollection = cms.string( "" ) # not actually needed here ) hltDummyMuonCSCDigis = cms.EDProducer("HLTDummyCollections", action = cms.string("doMuonCSC"), UnpackZDC = cms.bool(False), # not actually needed here ESdigiCollection = cms.string( "" ) # not actually needed here ) hltDummySiPixelDigis = cms.EDProducer("HLTDummyCollections", action = cms.string("doSiPixel"), UnpackZDC = cms.bool(False), # not actually needed here ESdigiCollection = cms.string( "" ) # not actually needed here ) hltDummySiStripRawToClustersFacility = cms.EDProducer("HLTDummyCollections", action = cms.string("doSiStrip"), UnpackZDC = cms.bool(False), # not actually needed here ESdigiCollection = cms.string( "" ) # not actually needed here ) hltDummyGctDigis = cms.EDProducer("HLTDummyCollections", action = cms.string("doGCT"), UnpackZDC = cms.bool(False), # not actually needed here ESdigiCollection = cms.string( "" ) # not actually needed here ) hltDummyL1GtObjectMap = cms.EDProducer("HLTDummyCollections", action = cms.string("doObjectMap"), UnpackZDC = cms.bool(False), # not actually needed here ESdigiCollection = cms.string( "" ) # not actually needed here )