FACT++  1.0
const BiasMapEntry& BiasMap::hv ( int  board,
int  channel 
) const
inline

Definition at line 296 of file PixelMap.h.

References begin, BiasMapEntry::empty(), and end.

297  {
298  for (std::vector<BiasMapEntry>::const_iterator it=begin(); it!=end(); it++)
299  if (it->hv_board==board && it->hv_channel==channel)
300  return *it;
301 #ifdef DEBUG
302  std::cerr << "PixelMap: hv " << board << "/" << channel << " not found" << std::endl;
303 #endif
304  return BiasMapEntry::empty();
305  }
static const BiasMapEntry & empty()
Definition: PixelMap.h:213
double begin
double end

+ Here is the call graph for this function: