EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RKTools.h File Reference
#include <stddef.h>
#include <algorithm>
+ Include dependency graph for RKTools.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  genfit::RKMatrix< nRows, nCols >
 

Namespaces

namespace  genfit
 Defines for I/O streams used for error and debug printing.
 
namespace  genfit::RKTools
 Array matrix multiplications used in RKTrackRep.
 

Typedefs

typedef RKMatrix< 1, 3 > genfit::M1x3
 
typedef RKMatrix< 1, 4 > genfit::M1x4
 
typedef RKMatrix< 1, 7 > genfit::M1x7
 
typedef RKMatrix< 5, 5 > genfit::M5x5
 
typedef RKMatrix< 6, 6 > genfit::M6x6
 
typedef RKMatrix< 7, 7 > genfit::M7x7
 
typedef RKMatrix< 6, 5 > genfit::M6x5
 
typedef RKMatrix< 7, 5 > genfit::M7x5
 
typedef RKMatrix< 5, 6 > genfit::M5x6
 
typedef RKMatrix< 5, 7 > genfit::M5x7
 

Functions

void genfit::RKTools::J_pMTxcov5xJ_pM (const M5x7 &J_pM, const M5x5 &cov5, M7x7 &out7)
 
void genfit::RKTools::J_MpTxcov7xJ_Mp (const M7x5 &J_Mp, const M7x7 &cov7, M5x5 &out5)
 
void genfit::RKTools::J_MpTxcov6xJ_Mp (const M6x5 &J_Mp, const M6x6 &cov6, M5x5 &out5)
 
void genfit::RKTools::J_pMTTxJ_MMTTxJ_MpTT (const M7x5 &J_pMT, const M7x7 &J_MMT, const M5x7 &J_MpT, M5x5 &J_pp)
 
void genfit::RKTools::Np_N_NpT (const M7x7 &Np, M7x7 &N)
 
void genfit::RKTools::printDim (const double *mat, unsigned int dimX, unsigned int dimY)