LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "DataStructs.h"
Public Attributes | |
Point3_t | Pos {{ 0.0, 0.0, 0.0 }} |
Vector3_t | Dir {{ 0.0, 0.0, 0.0 }} |
std::vector< Tj2Pt > | Tj2Pts |
float | dEdx {0} |
Point2_t | AlongTrans |
Definition at line 215 of file DataStructs.h.
Point2_t tca::TrajPoint3::AlongTrans |
Definition at line 222 of file DataStructs.h.
Referenced by tca::FindCompleteness().
float tca::TrajPoint3::dEdx {0} |
Definition at line 221 of file DataStructs.h.
Referenced by tca::FilldEdx(), and tca::MakeTp3().
Vector3_t tca::TrajPoint3::Dir {{ 0.0, 0.0, 0.0 }} |
Definition at line 219 of file DataStructs.h.
Referenced by tca::FilldEdx(), tca::FindCompleteness(), tca::FindXMatches(), tca::FitTp3(), tca::MakeTp3(), tca::Match2DShowers(), tca::PrintTp3(), and tca::UpdateShower().
Point3_t tca::TrajPoint3::Pos {{ 0.0, 0.0, 0.0 }} |
Definition at line 218 of file DataStructs.h.
Referenced by tca::FindCompleteness(), tca::FindXMatches(), tca::FitTp3(), tca::MakeTp3(), tca::Match2DShowers(), tca::PrintTp3(), and tca::UpdateShower().
std::vector<Tj2Pt> tca::TrajPoint3::Tj2Pts |
Definition at line 220 of file DataStructs.h.
Referenced by tca::FilldEdx(), tca::FindCompleteness(), and tca::PrintTp3().