LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
evd::details Namespace Reference

Classes

class  ADCCorrectorClass
 Applies Birks correction. More...
 
class  CellGridClass
 Manages a grid-like division of 2D space. More...
 
class  GridAxisClass
 Manages a cell-like division of a coordinate. More...
 
class  RawDigitCacheDataClass
 Cached set of RawDigitInfo_t. More...
 
class  RawDigitInfo_t
 Information about a RawDigit; may contain uncompressed duplicate of data. More...
 

Typedefs

typedef ::util::PlaneDataChangeTracker_t CacheID_t
 

Functions

std::vector< evd::details::RawDigitInfo_t >::const_iterator begin (RawDigitCacheDataClass const &cache)
 
std::vector< evd::details::RawDigitInfo_t >::const_iterator end (RawDigitCacheDataClass const &cache)
 

Typedef Documentation

Function Documentation

std::vector<evd::details::RawDigitInfo_t>::const_iterator evd::details::begin ( RawDigitCacheDataClass const &  cache)

Definition at line 295 of file RawDataDrawer.cxx.

References evd::details::RawDigitCacheDataClass::Digits().

297  {
298  return cache.Digits().cbegin();
299  }
std::vector<evd::details::RawDigitInfo_t>::const_iterator evd::details::end ( RawDigitCacheDataClass const &  cache)

Definition at line 300 of file RawDataDrawer.cxx.

References evd::details::RawDigitCacheDataClass::Digits().

302  {
303  return cache.Digits().cend();
304  }