/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/DTGeometryBuilder/python/dtGeometryDB_cfi.py
11 строк
425 B
Sunanda
Make DT geometry building triggered by same set of parameters to switch between DDD and DD4Hep
25 сен 2020, 22:34
25 сен 2020, 22:34
6201985
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # # This cfi should be included to build the DT geometry model. # # GF would like to have a shorter name (e.g. DTGeometry), but since originally # there was no name, replace statements in other configs would not work anymore... from Geometry.DTGeometryBuilder.DTGeometryESModule_cfi import DTGeometryESModule DTGeometryESModule.fromDDD = False DTGeometryESModule.fromDD4hep = False