FACT++  1.0
const PixelMapEntry& PixelMap::hv ( int  idx) const
inline

Definition at line 150 of file PixelMap.h.

References PixelMapEntry::hv().

151  {
152  return hv(idx/32, idx%32);
153  }
const PixelMapEntry & hv(int board, int channel) const
Definition: PixelMap.h:139

+ Here is the call graph for this function: