![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "geo_types.h"
Public Member Functions | |
bool | operator< (WireIDIntersection const &otherIntersect) const |
Static Public Member Functions | |
static constexpr WireIDIntersection | invalid () |
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 582 of file geo_types.h.
|
inlinestatic |
Definition at line 594 of file geo_types.h.
References geo::SignalTypeName().
Referenced by pma::ProjectionMatchingAlg::addEndpointRef_(), shower::EMShowerAlg::Construct3DPoint_(), sppt::SpacePointAlg_TimeSort::fillCoordinatesArrays(), trkf::CCTrackMaker::FillEndMatch(), pma::Track3D::InitFromHits(), trkf::CCTrackMaker::PlnMatch(), and trkf::TrackTrajectoryAlg::ShortTrackTrajectory().
|
inline |
Definition at line 589 of file geo_types.h.
References util::abs(), and y.
unsigned int geo::WireIDIntersection::TPC |
TPC of intersection.
Definition at line 585 of file geo_types.h.
Referenced by geo::WireReadoutGeom::WireIDsIntersect().
double geo::WireIDIntersection::y |
y position of intersection
Definition at line 583 of file geo_types.h.
Referenced by reco3d::TripletFinder::CloseSpace(), lar_cluster3d::SnippetHit3DBuilder::makeHitPair(), operator<(), apa::APAGeometryAlg::ThreeChanPos(), lar_cluster3d::SnippetHit3DBuilder::WireIDsIntersect(), and geo::WireReadoutGeom::WireIDsIntersect().
double geo::WireIDIntersection::z |
z position of intersection
Definition at line 584 of file geo_types.h.
Referenced by reco3d::TripletFinder::CloseSpace(), lar_cluster3d::SnippetHit3DBuilder::makeHitPair(), apa::APAGeometryAlg::ThreeChanPos(), lar_cluster3d::SnippetHit3DBuilder::WireIDsIntersect(), and geo::WireReadoutGeom::WireIDsIntersect().