#include <TrackMathCore.h>
Public Types | |
enum | |
typedef Matrix4D::const_iterator | const_iterator |
Public Member Functions | |
TrackErrD32 () | |
TrackErrD32 (double *begin, double *end) | |
TrackErrD32 & | operator+= (const TrackErrD32 &t) |
double | Sum () const |
void | Print () const |
Static Public Member Functions | |
static std::string | Type () |
static bool | IsD32 () |
Private Attributes | |
Point3D32 | fPos |
Vector4D32 | fVec |
Matrix4D32 | fMat |
SymMatrix6D32 | fSymMat |
Definition at line 215 of file TrackMathCore.h.
Definition at line 219 of file TrackMathCore.h.
anonymous enum |
Definition at line 223 of file TrackMathCore.h.
TrackErrD32::TrackErrD32 | ( | ) | [inline] |
Definition at line 221 of file TrackMathCore.h.
Definition at line 231 of file TrackMathCore.h.
References fMat, fPos, fSymMat, fVec, ROOT::Math::LorentzVector< CoordSystem >::SetCoordinates(), and ROOT::Math::PositionVector3D< CoordSystem, Tag >::SetCoordinates().
static std::string TrackErrD32::Type | ( | ) | [inline, static] |
Definition at line 227 of file TrackMathCore.h.
static bool TrackErrD32::IsD32 | ( | ) | [inline, static] |
Definition at line 229 of file TrackMathCore.h.
TrackErrD32& TrackErrD32::operator+= | ( | const TrackErrD32 & | t | ) | [inline] |
double TrackErrD32::Sum | ( | ) | const [inline] |
Definition at line 250 of file TrackMathCore.h.
References ROOT::Math::SMatrix< T, D1, D2, R >::begin(), d, ROOT::Math::SMatrix< T, D1, D2, R >::end(), fMat, fPos, fSymMat, fVec, ROOT::Math::LorentzVector< CoordSystem >::GetCoordinates(), ROOT::Math::PositionVector3D< CoordSystem, Tag >::GetCoordinates(), i, and s.
void TrackErrD32::Print | ( | void | ) | const [inline] |
Point3D32 TrackErrD32::fPos [private] |
Definition at line 275 of file TrackMathCore.h.
Referenced by operator+=(), Print(), Sum(), and TrackErrD32().
Vector4D32 TrackErrD32::fVec [private] |
Definition at line 276 of file TrackMathCore.h.
Referenced by operator+=(), Print(), Sum(), and TrackErrD32().
Matrix4D32 TrackErrD32::fMat [private] |
Definition at line 277 of file TrackMathCore.h.
Referenced by operator+=(), Print(), Sum(), and TrackErrD32().
SymMatrix6D32 TrackErrD32::fSymMat [private] |
Definition at line 278 of file TrackMathCore.h.
Referenced by operator+=(), Print(), Sum(), and TrackErrD32().