| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

AlignTraj.cpp File Reference

#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

Function Documentation

template<typename T>
Column<T> @0::column ( T &  t,
unsigned  c 
) [static]

Definition at line 35 of file AlignTraj.cpp.

00036     { return Column<T>(t,c); }

template<typename T>
Diag<T> @0::diag ( T &  t,
unsigned  begin = 0,
unsigned  end = T::kRows 
) [static]

Definition at line 38 of file AlignTraj.cpp.

00039     { return Diag<T>(t,begin,end);}


Variable Documentation

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.

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:03:14 2011 for LHCbKernel by doxygen 1.4.7