/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DetectorDescription/DDCMS/interface/DDRotationMatrix.h
11 строк
336 B
Fabio Cossutti
Remove DDD from expanded view from Geometric(Timing)Det
16 июн 2020, 19:33
16 июн 2020, 19:33
744994f
Код
Авторство
О чём код?
#ifndef DetectorDescription_DDCMS_DDRotationMatrix_h #define DetectorDescription_DDCMS_DDRotationMatrix_h #include <Math/Rotation3D.h> #include <Math/AxisAngle.h> //! A DDRotationMatrix is currently implemented with a ROOT Rotation3D using DDRotationMatrix = ROOT::Math::Rotation3D; using DDAxisAngle = ROOT::Math::AxisAngle; #endif