LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "PxUtils.h"
Public Member Functions | |
PxPoint | pt0 () |
PxPoint | pt1 () |
PxLine (unsigned int pp, double ww0, double tt0, double ww1, double tt1) | |
PxLine () | |
void | Clear () |
Public Attributes | |
double | w0 |
defined to be the vertex w-position More... | |
double | t0 |
defined to be the vertex t-position More... | |
double | w1 |
defined to be the ending w-position (of line or seed depending) More... | |
double | t1 |
defined to be the ending t-position (of line or seed depending) More... | |
unsigned int | plane |
|
inline |
Definition at line 70 of file PxUtils.h.
References util::PxPoint::Clear().
|
inline |
|
inline |
Definition at line 82 of file PxUtils.h.
|
inline |
Definition at line 61 of file PxUtils.h.
References util::PxPoint::plane, and util::PxPoint::PxPoint().
|
inline |
Definition at line 62 of file PxUtils.h.
References util::PxPoint::plane, util::PxPoint::PxPoint(), and t1.
unsigned int util::PxLine::plane |
Definition at line 68 of file PxUtils.h.
Referenced by evd::GraphClusterAlg::GetStartEndHits(), and evd::TWQProjectionView::SetClusters().
double util::PxLine::t0 |
defined to be the vertex t-position
Definition at line 65 of file PxUtils.h.
Referenced by evd::GraphClusterAlg::GetStartEndHits().
double util::PxLine::t1 |
defined to be the ending t-position (of line or seed depending)
Definition at line 67 of file PxUtils.h.
Referenced by evd::GraphClusterAlg::GetStartEndHits().
double util::PxLine::w0 |
defined to be the vertex w-position
Definition at line 64 of file PxUtils.h.
Referenced by evd::GraphClusterAlg::GetStartEndHits().
double util::PxLine::w1 |
defined to be the ending w-position (of line or seed depending)
Definition at line 66 of file PxUtils.h.
Referenced by evd::GraphClusterAlg::GetStartEndHits().