/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/Geometry/python/GeometryDD4hep_cff.py
17 строк
711 B
Fabio Cossutti
Fixes to get the proper SIM geometry configuration
27 окт 2020, 19:40
27 окт 2020, 19:40
034f9c0
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms DDDetectorESProducer = cms.ESSource("DDDetectorESProducer", confGeomXMLFiles = cms.FileInPath(''), appendToDataLabel = cms.string('') ) DDSpecParRegistryESProducer = cms.ESProducer("DDSpecParRegistryESProducer", appendToDataLabel = cms.string('') ) DDVectorRegistryESProducer = cms.ESProducer("DDVectorRegistryESProducer", appendToDataLabel = cms.string('')) DDCompactViewESProducer = cms.ESProducer("DDCompactViewESProducer", appendToDataLabel = cms.string('') )