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

#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::Hithit
 
double xpos
 

Detailed Description

Definition at line 21 of file TripletFinder.h.

Constructor & Destructor Documentation

reco3d::HitOrChan::HitOrChan ( raw::ChannelID_t  c)
inline

Definition at line 23 of file TripletFinder.h.

23 : chan(c), hit(0), xpos(0) {}
raw::ChannelID_t chan
Definition: TripletFinder.h:26
const recob::Hit * hit
Definition: TripletFinder.h:27
reco3d::HitOrChan::HitOrChan ( const recob::Hit h,
double  x 
)
inline

Definition at line 24 of file TripletFinder.h.

24 : chan(h->Channel()), hit(h), xpos(x) {}
Float_t x
Definition: compare.C:6
raw::ChannelID_t chan
Definition: TripletFinder.h:26
const recob::Hit * hit
Definition: TripletFinder.h:27
raw::ChannelID_t Channel() const
ID of the readout channel the hit was extracted from.
Definition: Hit.h:231

Member Data Documentation

double reco3d::HitOrChan::xpos

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