LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 138 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 109 of file CCHitFinderAlg.cxx.

112  : wire(w), wireID(wid), sigType(geom.SignalType(w->Channel()))
113  {}
art::ServiceHandle< geo::Geometry const > geom
Float_t w
Definition: plot.C:20

Member Data Documentation

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

Definition at line 142 of file CCHitFinderAlg.h.

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

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

Definition at line 140 of file CCHitFinderAlg.h.

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

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

Definition at line 141 of file CCHitFinderAlg.h.

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


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