LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
reco3d::ChannelDoublet Struct Reference

#include "TripletFinder.h"

Public Member Functions

 ChannelDoublet (HitOrChan a_, HitOrChan b_, geo::WireIDIntersection p)
 

Public Attributes

HitOrChan a
 
HitOrChan b
 
geo::WireIDIntersection pt
 

Detailed Description

Definition at line 31 of file TripletFinder.h.

Constructor & Destructor Documentation

reco3d::ChannelDoublet::ChannelDoublet ( HitOrChan  a_,
HitOrChan  b_,
geo::WireIDIntersection  p 
)
inline

Definition at line 33 of file TripletFinder.h.

34  : a(a_), b(b_), pt(p)
35  {
36  }
geo::WireIDIntersection pt
Definition: TripletFinder.h:39

Member Data Documentation

HitOrChan reco3d::ChannelDoublet::a

Definition at line 38 of file TripletFinder.h.

Referenced by reco3d::LessThanXHit(), and reco3d::SameXHit().

HitOrChan reco3d::ChannelDoublet::b

Definition at line 38 of file TripletFinder.h.

geo::WireIDIntersection reco3d::ChannelDoublet::pt

Definition at line 39 of file TripletFinder.h.


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