15#include "TrkBase/TrkParams.h"
38 DifIndepPar(old), _weightInverted(old._weightInverted), _weightMatrix(old._weightMatrix)
59 if (
this == &other)
return *
this;
62 _weightInverted = other._weightInverted ;
63 _weightMatrix = other._weightMatrix ;
77 if (!_weightInverted){
80 _weightMatrix.invert(invStatus);
81 _weightInverted =
true;
void printAll(std::ostream &os=std::cout) const
HepSymMatrix & covariance()
virtual TrkParams * clone() const
void printAll(std::ostream &os) const
TrkParams & operator=(const TrkParams &)
const HepSymMatrix & weightMatrix() const