#include <ITrackParameterView.h>
Inheritance diagram for AtlfAna::ITrackParameterView:
Public Member Functions | |
virtual TrackParameters | trackParameters () const=0 |
virtual HepSymMatrix | covMatrix () const=0 |
virtual bool | operator! () const=0 |
These are common interfaces for track parameter information.
Definition at line 30 of file ITrackParameterView.h.
virtual TrackParameters AtlfAna::ITrackParameterView::trackParameters | ( | ) | const [pure virtual] |
Should return TrackParameters object from the Atlfast::Track
Implemented in AtlfAna::AtlfTrackParameterView.
virtual HepSymMatrix AtlfAna::ITrackParameterView::covMatrix | ( | ) | const [pure virtual] |
Should return the error matrix from the Atlfast::Track
Implemented in AtlfAna::AtlfTrackParameterView.
virtual bool AtlfAna::ITrackParameterView::operator! | ( | ) | const [pure virtual] |
Should test Atlfast::Track pointer.
Implemented in AtlfAna::AtlfTrackParameterView.