LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
Pt2D (double _x, double _z, int _view, double _energy) | |
bool | operator< (const Pt2D &p) const |
Public Attributes | |
double | x |
double | z |
int | view |
double | energy |
Definition at line 36 of file QuadVtx_module.cc.
|
inline |
Definition at line 37 of file QuadVtx_module.cc.
|
inline |
double quad::Pt2D::energy |
Definition at line 45 of file QuadVtx_module.cc.
Referenced by quad::GetPts2D().
int quad::Pt2D::view |
Definition at line 44 of file QuadVtx_module.cc.
Referenced by quad::FindPeak3D(), quad::QuadVtx::FindVtx(), and quad::GetPts2D().
double quad::Pt2D::x |
Definition at line 43 of file QuadVtx_module.cc.
Referenced by quad::QuadVtx::FindVtx(), and quad::MapFromLines().
double quad::Pt2D::z |
Definition at line 43 of file QuadVtx_module.cc.
Referenced by quad::FindPeak3D(), quad::QuadVtx::FindVtx(), quad::Line2D::Line2D(), quad::MapFromLines(), and operator<().