1 #ifndef _TRACKER_LOCALTRAJECTORYERROR_H_ 2 #define _TRACKER_LOCALTRAJECTORYERROR_H_ 7 #include <boost/shared_ptr.hpp> 75 if ((
theWeightMatrixPtr.get() !=
nullptr) && (factor != 0.0)) { (*theWeightMatrixPtr) /= factor; }
LocalTrajectoryError & operator*=(double factor)
LocalTrajectoryError(InvalidError)
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
LocalError positionError() const
const AlgebraicSymMatrix55 & matrix() const
AlgebraicSymMatrix55 theCovarianceMatrix
LocalTrajectoryError(const AlgebraicSymMatrix55 &aCovarianceMatrix)
const AlgebraicSymMatrix55 & weightMatrix() const
boost::shared_ptr< AlgebraicSymMatrix55 > theWeightMatrixPtr