/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/VeryForwardGeometryBuilder/interface/CTPPSDDDNames.h
29 строк
1 KB
Gabrielle Hugo
Fix in previous commit does not work: not possible to have paths which woulld be identical for old DD and DD4hep. Decided not to use SpecPar section at all, and just look at the sensor name.
09 сен 2020, 18:13
09 сен 2020, 18:13
4a484e3
Код
Авторство
О чём код?
/**************************************************************************** * * Authors: * Jan Kaspar (jan.kaspar@gmail.com) * ****************************************************************************/ #ifndef Geometry_VeryForwardGeometryBuilder_CTPPSDDDNames_H #define Geometry_VeryForwardGeometryBuilder_CTPPSDDDNames_H #include <string> /// DDD names of sensors const std::string DDD_TOTEM_RP_SENSOR_NAME = "RP_Silicon_Detector"; const std::string DDD_CTPPS_PIXELS_SENSOR_NAME = "RPixWafer"; const std::string DDD_CTPPS_PIXELS_SENSOR_NAME_2x2 = "RPixWafer2x2"; const std::string DDD_CTPPS_PIXELS_SENSOR_TYPE_2x2 = "2x2"; const std::string DDD_CTPPS_DIAMONDS_SEGMENT_NAME = "CTPPS_Diamond_Segment"; const std::string DDD_CTPPS_UFSD_SEGMENT_NAME = "CTPPS_UFSD_Segment"; const std::string DDD_TOTEM_TIMING_SENSOR_TMPL = "UFSD_ch(\\d+)"; /// DDD names of RP volumes const std::string DDD_TOTEM_RP_RP_NAME = "RP_box_primary_vacuum"; const std::string DDD_CTPPS_PIXELS_RP_NAME = "RP_box_primary_vacuum"; // distiction between strip and pixel RPs is done based on copyNumbers const std::string DDD_CTPPS_DIAMONDS_RP_NAME = "CTPPS_Diamond_Main_Box"; const std::string DDD_TOTEM_TIMING_RP_NAME = "TotemTiming_Main_Box"; #endif