/
githubmirror
/
cmssw
ОбзорДокументацияВойти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cmssw/
.../test/python/
..
README.txt

rename DD4Hep to DD4hep

5 лет назад
runESCellDump_cfg.py

Replace std::cout with messagelogger stareents in Geometry/EcalAlgo

4 года назад
runEcalCellDumpDD4hep_cfg.py

Replace std::cout with messagelogger stareents in Geometry/EcalAlgo

4 года назад
runEcalCellDumpDDD_cfg.py

Replace std::cout with messagelogger stareents in Geometry/EcalAlgo

4 года назад
testEcalGeometry.py

Replace std::cout with messagelogger stareents in Geometry/EcalAlgo

4 года назад
README.txt
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.