LArSoft
v06_85_00
Liquid Argon Software toolkit - http://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 75 of file PxUtils.h.
References util::PxPoint::Clear().
|
inline |
|
inline |
Definition at line 86 of file PxUtils.h.
|
inline |
Definition at line 66 of file PxUtils.h.
References util::PxPoint::plane, and util::PxPoint::PxPoint().
Referenced by evd::TWQProjectionView::SetSeeds().
|
inline |
Definition at line 67 of file PxUtils.h.
References util::PxPoint::plane, util::PxPoint::PxPoint(), and t1.
Referenced by evd::TWQProjectionView::SetSeeds().
unsigned int util::PxLine::plane |
Definition at line 73 of file PxUtils.h.
Referenced by evd::TWireProjPad::DrawLinesinView(), evd::GraphClusterAlg::GetStartEndHits(), evd::TWQProjectionView::SetClusters(), and evd::TWQProjectionView::SetSeeds().
double util::PxLine::t0 |
defined to be the vertex t-position
Definition at line 70 of file PxUtils.h.
Referenced by evd::TWireProjPad::DrawLinesinView(), evd::GraphClusterAlg::GetStartEndHits(), and evd::TWQProjectionView::SetSeeds().
double util::PxLine::t1 |
defined to be the ending t-position (of line or seed depending)
Definition at line 72 of file PxUtils.h.
Referenced by evd::TWireProjPad::DrawLinesinView(), evd::GraphClusterAlg::GetStartEndHits(), and evd::TWQProjectionView::SetSeeds().
double util::PxLine::w0 |
defined to be the vertex w-position
Definition at line 69 of file PxUtils.h.
Referenced by evd::GraphClusterAlg::GetStartEndHits(), and evd::TWQProjectionView::SetSeeds().
double util::PxLine::w1 |
defined to be the ending w-position (of line or seed depending)
Definition at line 71 of file PxUtils.h.
Referenced by evd::GraphClusterAlg::GetStartEndHits(), and evd::TWQProjectionView::SetSeeds().