/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/GeometryCommonDetAlgo/src/AlignmentPositionError.cc
31 строка
1 KB
David
move header creating circular dep
27 авг 2020, 12:27
27 авг 2020, 12:27
45b273c
Код
Авторство
О чём код?
#include "DataFormats/GeometryCommonDetAlgo/interface/AlignmentPositionError.h" AlignmentPositionError::AlignmentPositionError( float xx, float yy, float zz, float phixphix, float phiyphiy, float phizphiz) { theGlobalError = GlobalErrorExtended( xx, 0., 0., 0., 0., 0., yy, 0., 0., 0., 0., zz, 0., 0., 0., phixphix, 0., 0., phiyphiy, 0., phizphiz); } AlignmentPositionError::AlignmentPositionError(const GlobalError& ge) { theGlobalError = GlobalErrorExtended(ge.cxx(), ge.cyx(), ge.czx(), 0., 0., 0., ge.cyy(), ge.czy(), 0., 0., 0., ge.czz(), 0., 0., 0., 0., 0., 0., 0., 0., 0.); }