LArTrackTrajectoryPoint class. More...
#include <LArPfoObjects.h>
Public Member Functions | |
LArTrackTrajectoryPoint (const float projectedDistance, const LArTrackState &larTrackState) | |
Constructor. More... | |
LArTrackTrajectoryPoint (const float projectedDistance, const LArTrackState &larTrackState, const int index) | |
Constructor. More... | |
int | GetIndex () const |
Get the index associated with the trajectory point. More... | |
Private Attributes | |
int | m_index |
The index associated with the trajectory point. More... | |
LArTrackTrajectoryPoint class.
Definition at line 74 of file LArPfoObjects.h.
|
inline |
Constructor.
projectedDistance | the projected distance |
larTrackState | the lar track state |
Definition at line 202 of file LArPfoObjects.h.
|
inline |
Constructor.
projectedDistance | the projected distance |
larTrackState | the lar track state |
index | the index associated with the trajectory point |
Definition at line 210 of file LArPfoObjects.h.
|
inline |
Get the index associated with the trajectory point.
Definition at line 218 of file LArPfoObjects.h.
|
private |
The index associated with the trajectory point.
Definition at line 102 of file LArPfoObjects.h.