FACT++  1.0
const PixelMapEntry& PixelMap::hv ( int  board,
int  channel 
) const
inline

Definition at line 139 of file PixelMap.h.

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

Referenced by FactGui::BiasHvChannelChanged(), StateMachineFeedback::HandleBiasCurrent(), StateMachineSmartFACT::HandleBiasCurrent(), StateMachineSmartFACT::HandleBiasVoltage(), StateMachineRateControl::HandleCalibratedCurrents(), StateMachineSmartFACT::HandleFeedbackCalibratedCurrents(), and StateMachineSmartFACT::HandleFscBiasTemp().

140  {
141  for (std::vector<PixelMapEntry>::const_iterator it=begin(); it!=end(); it++)
142  if (it->hv_board==board && it->hv_channel==channel)
143  return *it;
144 #ifdef DEBUG
145  std::cerr << "PixelMap: hv " << board << "/" << channel << " not found" << std::endl;
146 #endif
147  return PixelMapEntry::empty();
148  }
double begin
double end
static const PixelMapEntry & empty()
Definition: PixelMap.h:46

+ Here is the call graph for this function:

+ Here is the caller graph for this function: