LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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 492 of file geo_types.h.

Member Function Documentation

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

Definition at line 499 of file geo_types.h.

References y.

499  {
500  return std::abs( y ) > std::abs( otherIntersect.y );
501  }
double y
y position of intersection
Definition: geo_types.h:493

Member Data Documentation

unsigned int geo::WireIDIntersection::TPC

TPC of intersection.

Definition at line 495 of file geo_types.h.

Referenced by geo::GeometryCore::IntersectSegments().


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