#include <DataStructs.h>
Public Attributes | |
Point3_t | Pos {{-10.0, -10.0, -10.0}} |
position of the trajectory More... | |
Vector3_t | Dir {{0.0, 0.0, 0.0}} |
double | TPX {-10} |
X position of the TP or the single hit. More... | |
double | TPXErr2 {1} |
(X position error)^2 More... | |
float | Wire {-1} |
float | along {1E6} |
distance from the start Pos of the section More... | |
int | TjID {0} |
ID of the trajectory -> TP3D assn. More... | |
CTP_t | CTP |
unsigned short | TPIndex {USHRT_MAX} |
and the TP index More... | |
unsigned short | SFIndex {USHRT_MAX} |
and the section fit index More... | |
std::bitset< 8 > | Flags |
Definition at line 254 of file DataStructs.h.
float tca::TP3D::along {1E6} |
distance from the start Pos of the section
Definition at line 260 of file DataStructs.h.
CTP_t tca::TP3D::CTP |
Definition at line 262 of file DataStructs.h.
Vector3_t tca::TP3D::Dir {{0.0, 0.0, 0.0}} |
Definition at line 256 of file DataStructs.h.
std::bitset<8> tca::TP3D::Flags |
Definition at line 265 of file DataStructs.h.
Point3_t tca::TP3D::Pos {{-10.0, -10.0, -10.0}} |
position of the trajectory
Definition at line 255 of file DataStructs.h.
unsigned short tca::TP3D::SFIndex {USHRT_MAX} |
and the section fit index
Definition at line 264 of file DataStructs.h.
int tca::TP3D::TjID {0} |
ID of the trajectory -> TP3D assn.
Definition at line 261 of file DataStructs.h.
unsigned short tca::TP3D::TPIndex {USHRT_MAX} |
and the TP index
Definition at line 263 of file DataStructs.h.
double tca::TP3D::TPX {-10} |
X position of the TP or the single hit.
Definition at line 257 of file DataStructs.h.
double tca::TP3D::TPXErr2 {1} |
(X position error)^2
Definition at line 258 of file DataStructs.h.
float tca::TP3D::Wire {-1} |
Definition at line 259 of file DataStructs.h.