Public Member Functions | Public Attributes | List of all members
geo::WireIDIntersection Struct Reference

#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...
 

Detailed Description

Definition at line 803 of file geo_types.h.

Member Function Documentation

bool geo::WireIDIntersection::operator< ( const WireIDIntersection otherIntersect) const
inline

Definition at line 810 of file geo_types.h.

810  {
811  return std::abs( y ) > std::abs( otherIntersect.y );
812  }
T abs(T value)
double y
y position of intersection
Definition: geo_types.h:804

Member Data Documentation

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.


The documentation for this struct was generated from the following file: