/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/EcalAlgo/python/EcalPreshowerGeometry_cfi.py
12 строк
493 B
Sunanda
Make ECAL geometry builder dd4hep ERA dependent
22 апр 2020, 00:19
22 апр 2020, 00:19
969abe2
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms EcalPreshowerGeometryEP = cms.ESProducer( "EcalPreshowerGeometryEP", applyAlignment = cms.bool(False) ) _EcalPreshowerGeometryEP_dd4hep = cms.ESProducer("EcalPreshowerGeometryEPdd4hep", applyAlignment = cms.bool(False) ) from Configuration.ProcessModifiers.dd4hep_cff import dd4hep dd4hep.toReplaceWith(EcalPreshowerGeometryEP, _EcalPreshowerGeometryEP_dd4hep)