![]() |
Belle II Software release-09-00-03
|
KFitPXE is a container of the track information (Lorentz vector, position, and error matrix). More...
#include <KFitTrack.h>

Public Attributes | |
| CLHEP::HepLorentzVector | m_P |
| Lorentz vector of the track. | |
| HepPoint3D | m_X |
| Position of the track. | |
| CLHEP::HepSymMatrix | m_E |
| (7x7) error matrix of the track | |
KFitPXE is a container of the track information (Lorentz vector, position, and error matrix).
Definition at line 43 of file KFitTrack.h.
| CLHEP::HepSymMatrix m_E |
(7x7) error matrix of the track
Definition at line 49 of file KFitTrack.h.
| CLHEP::HepLorentzVector m_P |
Lorentz vector of the track.
Definition at line 45 of file KFitTrack.h.
| HepPoint3D m_X |
Position of the track.
Definition at line 47 of file KFitTrack.h.