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

Definition at line 354 of file PixelMap.h.

References begin, and end.

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

355  {
356  std::vector<float> slope(416);
357 
358  for (std::vector<BiasMapEntry>::const_iterator it=begin(); it!=end(); it++)
359  {
360  const int ch = it->hv_board*32 + it->hv_channel;
361  slope[ch] = it->Vslope;
362  }
363 
364  return slope;
365  }
double begin
double end

+ Here is the caller graph for this function: