/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/CommonTopologies/interface/MTDGeomDet.h
7 строк
170 B
Dan Riley
Change the MTDGeomDet class to an alias for TrackerGeomDet; make most of the static pointer casts in TrackerRecHit2D into dynamic reference casts
06 дек 2019, 22:21
06 дек 2019, 22:21
43a0a97
Код
Авторство
О чём код?
#ifndef CommonDet_MTDGeomDet_H #define CommonDet_MTDGeomDet_H #include "Geometry/CommonTopologies/interface/TrackerGeomDet.h" using MTDGeomDet = TrackerGeomDet; #endif