LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 249 of file DataStructs.h.
float tca::TP3D::along {1E6} |
distance from the start Pos of the section
Definition at line 255 of file DataStructs.h.
Referenced by tca::InsertTP3D(), and tca::SetSection().
CTP_t tca::TP3D::CTP |
Definition at line 257 of file DataStructs.h.
Referenced by tca::CreateTP3D(), tca::MakeTP3D(), and tca::SetSection().
Vector3_t tca::TP3D::Dir {{0.0, 0.0, 0.0}} |
Definition at line 251 of file DataStructs.h.
Referenced by tca::dEdx(), and tca::MakeTP3D().
std::bitset<8> tca::TP3D::Flags |
Definition at line 260 of file DataStructs.h.
Referenced by tca::CreateTP3D(), tca::dEdx(), tca::MakeTP3D(), and tca::SetSection().
Point3_t tca::TP3D::Pos {{-10.0, -10.0, -10.0}} |
position of the trajectory
Definition at line 250 of file DataStructs.h.
Referenced by tca::AddPointsInRange(), tca::MakeTP3D(), tca::PointPull(), and tca::SetSection().
unsigned short tca::TP3D::SFIndex {USHRT_MAX} |
and the section fit index
Definition at line 259 of file DataStructs.h.
Referenced by tca::AddPointsInRange(), tca::InsertTP3D(), and tca::SetSection().
int tca::TP3D::TjID {0} |
ID of the trajectory -> TP3D assn.
Definition at line 256 of file DataStructs.h.
Referenced by tca::AddPointsInRange(), tca::CreateTP3D(), tca::dEdx(), and tca::MakeTP3D().
unsigned short tca::TP3D::TPIndex {USHRT_MAX} |
and the TP index
Definition at line 258 of file DataStructs.h.
Referenced by tca::AddPointsInRange(), tca::CreateTP3D(), tca::dEdx(), and tca::MakeTP3D().
double tca::TP3D::TPX {-10} |
X position of the TP or the single hit.
Definition at line 252 of file DataStructs.h.
Referenced by tca::AddPointsInRange(), tca::CreateTP3D(), tca::MakeTP3D(), and tca::PointPull().
double tca::TP3D::TPXErr2 {1} |
(X position error)^2
Definition at line 253 of file DataStructs.h.
Referenced by tca::CreateTP3D(), tca::MakeTP3D(), and tca::PointPull().
float tca::TP3D::Wire {-1} |
Definition at line 254 of file DataStructs.h.
Referenced by tca::CreateTP3D(), tca::MakeTP3D(), and tca::SetSection().