LArSoft  v09_90_00
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 294 of file RawDataDrawer.cxx.

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

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

Definition at line 299 of file RawDataDrawer.cxx.

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

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