LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 239 of file DataStructs.h.
float tca::SectionFit::ChiDOF {-1} |
Definition at line 243 of file DataStructs.h.
Referenced by tca::FitTP3Ds().
Vector3_t tca::SectionFit::Dir {{0.0, 0.0, 0.0}} |
Vector3_t tca::SectionFit::DirErr {{0.0, 0.0, 0.0}} |
bool tca::SectionFit::NeedsUpdate {true} |
set true if the section needs to be updated
Definition at line 245 of file DataStructs.h.
unsigned short tca::SectionFit::NPts {0} |
Definition at line 244 of file DataStructs.h.
Referenced by tca::FitTP3Ds().
Point3_t tca::SectionFit::Pos {{-10.0, 0.0, 0.0}} |
center position of this section
Definition at line 240 of file DataStructs.h.
Referenced by tca::FitTP3Ds().