/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DetectorDescription/Core/interface/DDRotationMatrix.h
11 строк
292 B
Ianna Osborne
DD algoritms cleanup
02 авг 2018, 17:51
02 авг 2018, 17:51
4f4fa74
Код
Авторство
О чём код?
#ifndef DDD_DDRotationMatrix_h #define DDD_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