#include <DataStructs.h>
Public Attributes | |
Point3_t | Pos {{-10.0, 0.0, 0.0}} |
center position of this section More... | |
Vector3_t | Dir {{0.0, 0.0, 0.0}} |
and direction More... | |
Vector3_t | DirErr {{0.0, 0.0, 0.0}} |
and direction error More... | |
float | ChiDOF {-1} |
unsigned short | NPts {0} |
bool | NeedsUpdate {true} |
set true if the section needs to be updated More... | |
Definition at line 244 of file DataStructs.h.
float tca::SectionFit::ChiDOF {-1} |
Definition at line 248 of file DataStructs.h.
Vector3_t tca::SectionFit::Dir {{0.0, 0.0, 0.0}} |
and direction
Definition at line 246 of file DataStructs.h.
Vector3_t tca::SectionFit::DirErr {{0.0, 0.0, 0.0}} |
and direction error
Definition at line 247 of file DataStructs.h.
bool tca::SectionFit::NeedsUpdate {true} |
set true if the section needs to be updated
Definition at line 250 of file DataStructs.h.
unsigned short tca::SectionFit::NPts {0} |
Definition at line 249 of file DataStructs.h.
Point3_t tca::SectionFit::Pos {{-10.0, 0.0, 0.0}} |
center position of this section
Definition at line 245 of file DataStructs.h.