LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
hit::CCHitFinderAlg::HitChannelInfo_t Class Reference

exchange data about the originating wire More...

Public Member Functions

 HitChannelInfo_t (recob::Wire const *w, geo::WireID wid, geo::Geometry const &geom)
 

Public Attributes

recob::Wire const * wire
 
geo::WireID wireID
 
geo::SigType_t sigType
 

Detailed Description

exchange data about the originating wire

Definition at line 143 of file CCHitFinderAlg.h.

Constructor & Destructor Documentation

hit::CCHitFinderAlg::HitChannelInfo_t::HitChannelInfo_t ( recob::Wire const *  w,
geo::WireID  wid,
geo::Geometry const &  geom 
)

Definition at line 121 of file CCHitFinderAlg.cxx.

Referenced by hit::CCHitFinderAlg::reconfigure().

121  :
122  wire(w),
123  wireID(wid),
124  sigType(geom.SignalType(w->Channel()))
125  {}
art::ServiceHandle< geo::Geometry > geom
Float_t w
Definition: plot.C:23

Member Data Documentation

geo::SigType_t hit::CCHitFinderAlg::HitChannelInfo_t::sigType

Definition at line 147 of file CCHitFinderAlg.h.

Referenced by hit::CCHitFinderAlg::StoreHits().

recob::Wire const* hit::CCHitFinderAlg::HitChannelInfo_t::wire

Definition at line 145 of file CCHitFinderAlg.h.

Referenced by hit::CCHitFinderAlg::StoreHits().

geo::WireID hit::CCHitFinderAlg::HitChannelInfo_t::wireID

Definition at line 146 of file CCHitFinderAlg.h.

Referenced by hit::CCHitFinderAlg::StoreHits().


The documentation for this class was generated from the following files: