LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "TripletFinder.h"
Public Member Functions | |
HitOrChan (raw::ChannelID_t c) | |
HitOrChan (const recob::Hit *h, double x) | |
Public Attributes | |
raw::ChannelID_t | chan |
const recob::Hit * | hit |
double | xpos |
Definition at line 21 of file TripletFinder.h.
|
inline |
Definition at line 23 of file TripletFinder.h.
|
inline |
Definition at line 24 of file TripletFinder.h.
raw::ChannelID_t reco3d::HitOrChan::chan |
Definition at line 26 of file TripletFinder.h.
Referenced by reco3d::TripletFinder::DoubletHelper(), reco3d::LessThanXHit(), reco3d::SameXHit(), and reco3d::TripletFinder::Triplets().
const recob::Hit* reco3d::HitOrChan::hit |
Definition at line 27 of file TripletFinder.h.
Referenced by reco3d::LessThanXHit(), reco3d::SameXHit(), reco3d::TripletFinder::Triplets(), and reco3d::TripletFinder::TripletsTwoView().
double reco3d::HitOrChan::xpos |
Definition at line 28 of file TripletFinder.h.
Referenced by reco3d::TripletFinder::DoubletHelper(), reco3d::TripletFinder::Triplets(), and reco3d::TripletFinder::TripletsTwoView().