FACT++  1.0
std::vector<float> BiasMap::Vgapd ( ) const
inline

Definition at line 329 of file PixelMap.h.

References begin, and end.

Referenced by StateMachineBias< T, S >::EvalOptions(), and StateMachineBias< T, S >::ExpertLoadMapFile().

330  {
331  std::vector<float> volt(416);
332 
333  for (std::vector<BiasMapEntry>::const_iterator it=begin(); it!=end(); it++)
334  {
335  const int ch = it->hv_board*32 + it->hv_channel;
336  volt[ch] = it->Vnom;
337  }
338 
339  return volt;
340  }
double begin
double end

+ Here is the caller graph for this function: