LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 790 of file geo_types.h.

Member Function Documentation

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

Definition at line 797 of file geo_types.h.

References util::abs(), geo::SignalTypeName(), and y.

798  {
799  return std::abs(y) > std::abs(otherIntersect.y);
800  }
constexpr auto abs(T v)
Returns the absolute value of the argument.
double y
y position of intersection
Definition: geo_types.h:791

Member Data Documentation

unsigned int geo::WireIDIntersection::TPC

TPC of intersection.

Definition at line 793 of file geo_types.h.

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


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