SpaceTimePoint.
More...
#include <SpaceTimePoint.h>
◆ SpaceTimePoint() [1/2]
| Trk::SpaceTimePoint::SpaceTimePoint |
( |
| ) |
|
T/P framework default constructor.
Definition at line 8 of file SpaceTimePoint.cxx.
8 :
12{
13
14}
SpaceTimePointBase(const float &t, const float &t_error, const float &weight)
constructor taking a time, an error on the time and a weight
TrackState::MeasurementType m_detectorID
enum to denote origin of timing information
Amg::Vector3D m_position
global position of the point
Eigen::Matrix< double, 3, 1 > Vector3D
◆ SpaceTimePoint() [2/2]
constructor taking a time, an error on the time and a weight
Definition at line 16 of file SpaceTimePoint.cxx.
17 :
21{
22
23}
float weight() const
access to the weight of the space time point
◆ ~SpaceTimePoint()
| virtual Trk::SpaceTimePoint::~SpaceTimePoint |
( |
| ) |
|
|
inlinevirtual |
◆ errorTime()
| float Trk::SpaceTimePointBase::errorTime |
( |
| ) |
const |
|
inlineinherited |
access to the error on the measured time
Definition at line 50 of file SpaceTimePointBase.h.
float m_errorTime
error on the time measurement
◆ globalPosition()
| const Amg::Vector3D & Trk::SpaceTimePoint::globalPosition |
( |
| ) |
const |
|
inlinevirtual |
◆ measurementType()
return information about detector from which timing info originates
Definition at line 43 of file SpaceTimePoint.h.
◆ time()
| float Trk::SpaceTimePointBase::time |
( |
| ) |
const |
|
inlineinherited |
◆ weight()
| float Trk::SpaceTimePointBase::weight |
( |
| ) |
const |
|
inlineinherited |
access to the weight of the space time point
Definition at line 53 of file SpaceTimePointBase.h.
float m_weight
weight of the point
◆ m_detectorID
enum to denote origin of timing information
Definition at line 51 of file SpaceTimePoint.h.
◆ m_errorTime
| float Trk::SpaceTimePointBase::m_errorTime |
|
protectedinherited |
◆ m_position
◆ m_time
| float Trk::SpaceTimePointBase::m_time |
|
protectedinherited |
◆ m_weight
| float Trk::SpaceTimePointBase::m_weight |
|
protectedinherited |
The documentation for this class was generated from the following files: