LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 26 of file TripletFinder.h.

Constructor & Destructor Documentation

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

Definition at line 27 of file TripletFinder.h.

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

Definition at line 28 of file TripletFinder.h.

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

Member Data Documentation

double reco3d::HitOrChan::xpos

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