#include "Kernel/AlignTraj.h"
#include "GaudiKernel/GenericMatrixTypes.h"
#include "Math/Rotation3D.h"
#include <math.h>
Include dependency graph for AlignTraj.cpp:
Go to the source code of this file.
Functions | |
template<typename T> | |
Column< T > | column (T &t, unsigned c) |
template<typename T> | |
Diag< T > | diag (T &t, unsigned begin=0, unsigned end=T::kRows) |
Variables | |
T & | m_t |
unsigned | m_c |
T & | m_t |
unsigned | m_b |
unsigned | m_e |
Column<T> @0::column | ( | T & | t, | |
unsigned | c | |||
) | [static] |
Diag<T> @0::diag | ( | T & | t, | |
unsigned | begin = 0 , |
|||
unsigned | end = T::kRows | |||
) | [static] |
T& m_t |
Definition at line 20 of file AlignTraj.cpp.
unsigned m_c |
Definition at line 21 of file AlignTraj.cpp.
T& m_t |
Definition at line 30 of file AlignTraj.cpp.
unsigned m_b |
Definition at line 31 of file AlignTraj.cpp.
unsigned m_e |
Definition at line 31 of file AlignTraj.cpp.