Public Member Functions | Public Attributes | List of all members
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 35 of file TripletFinder.h.

Constructor & Destructor Documentation

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

Definition at line 36 of file TripletFinder.h.

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

Member Data Documentation

HitOrChan reco3d::ChannelDoublet::a

Definition at line 38 of file TripletFinder.h.

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: