#include <ErrorMatrixPropagator.h>
|
static TMatrixTSym< double > | propagateError (std::function< TVectorT< double >(const TVectorT< double > &)> f, const TVectorT< double > &inPar, TMatrixTSym< double > &inCov, double epsilon=0.001, double errorEpsilonRatio=1000) |
|
Definition at line 17 of file ErrorMatrixPropagator.h.
tauImpactParameter::ErrorMatrixPropagator::ErrorMatrixPropagator |
( |
| ) |
|
|
inline |
virtual tauImpactParameter::ErrorMatrixPropagator::~ErrorMatrixPropagator |
( |
| ) |
|
|
inlinevirtual |
TMatrixTSym< double > ErrorMatrixPropagator::propagateError |
( |
std::function< TVectorT< double >(const TVectorT< double > &)> |
f, |
|
|
const TVectorT< double > & |
inPar, |
|
|
TMatrixTSym< double > & |
inCov, |
|
|
double |
epsilon = 0.001 , |
|
|
double |
errorEpsilonRatio = 1000 |
|
) |
| |
|
static |