/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/EcalAlgo/test/python/README.txt
10 строк
678 B
Ianna Osborne
rename DD4Hep to DD4hep
06 ноя 2021, 17:24
06 ноя 2021, 17:24
74dbfbc
Код
Авторство
О чём код?
The validation of the ECAL Reco geometry in the old DDD way and new DD4hep way is done with two dumpers present in Geometry/EcalAlgo/test/python : 1) runEcalCellDumpDDD_cfg.py for DDD 2) runEcalCellDumpDD4hep_cfg.py for DD4hep These dump the position, backface, dimensions and the 8 corner-coordinates of each ECAL crystal in EB and EE. For this two analyzers are used ecalBarrelCellParameterDump.cc and ecalEndcapCellParameterDump.cc which are present in: Geometry/EcalAlgo/test To dump these into a file execute: cmsRun PATH_TO_CONFIG/runEcalCellDumpDD4hep_cfg.py > ECAL_cellParams_DD4hep_Dump.txt and similarly for the DDD config. The dump will be found to be identical.