Public Member Functions | Public Attributes | List of all members
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 139 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 115 of file CCHitFinderAlg.cxx.

115  :
116  wire(w),
117  wireID(wid),
118  sigType(geom.SignalType(w->Channel()))
119  {}
art::ServiceHandle< geo::Geometry const > geom

Member Data Documentation

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

Definition at line 143 of file CCHitFinderAlg.h.

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

Definition at line 141 of file CCHitFinderAlg.h.

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

Definition at line 142 of file CCHitFinderAlg.h.


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