/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DetectorDescription/DDCMS/interface/DDTranslation.h
10 строк
376 B
Ianna Osborne
DD4hep API cleanup
14 сен 2020, 13:20
14 сен 2020, 13:20
18b6fd0
Код
Авторство
О чём код?
#ifndef DetectorDescription_DDCMS_DDTranslation_h #define DetectorDescription_DDCMS_DDTranslation_h #include <Math/Vector3D.h> //! A DD Translation is currently implemented with Root Vector3D using DD3Vector = ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>>; using DDTranslation = ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>>; #endif