/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h
22 строки
613 B
Cms Build
Clang-Format
04 май 2019, 10:54
04 май 2019, 10:54
d42c8c8
Код
Авторство
О чём код?
#ifndef Alignment_CommonAlignmentParametrization_SegmentAlignmentDerivatives4D_h #define Alignment_CommonAlignmentParametrization_SegmentAlignmentDerivatives4D_h #include "DataFormats/CLHEP/interface/AlgebraicObjects.h" /// \class SegmentAlignmentDerivatives4D /// /// Calculates derivatives for 4D Segments /// /// $Date: 2007/03/12 21:28:48 $ /// $Revision: 1.4 $ /// (last update by $Author: P. Martinez $) class TrajectoryStateOnSurface; class SegmentAlignmentDerivatives4D { public: /// Returns 6x4 jacobian matrix AlgebraicMatrix operator()(const TrajectoryStateOnSurface &tsos) const; }; #endif