#include <geo_types.h>
Public Member Functions | |
bool | operator< (const WireIDIntersection &otherIntersect) const |
Public Attributes | |
double | y |
y position of intersection More... | |
double | z |
z position of intersection More... | |
unsigned int | TPC |
TPC of intersection. More... | |
Definition at line 803 of file geo_types.h.
|
inline |
Definition at line 810 of file geo_types.h.
unsigned int geo::WireIDIntersection::TPC |
TPC of intersection.
Definition at line 806 of file geo_types.h.
double geo::WireIDIntersection::y |
y position of intersection
Definition at line 804 of file geo_types.h.
double geo::WireIDIntersection::z |
z position of intersection
Definition at line 805 of file geo_types.h.