FACT++  1.0
const BiasMapEntry& BiasMap::hv ( const PixelMapEntry p) const
inline

Definition at line 312 of file PixelMap.h.

References PixelMapEntry::hv(), PixelMapEntry::hv_board, and PixelMapEntry::hv_channel.

313  {
314  return hv(p.hv_board, p.hv_channel);
315  }
int hv_board
gAPD index
Definition: PixelMap.h:30
int hv_channel
Bias suppply board.
Definition: PixelMap.h:31
const BiasMapEntry & hv(int board, int channel) const
Definition: PixelMap.h:296

+ Here is the call graph for this function: