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

Definition at line 341 of file PixelMap.h.

References begin, and end.

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

342  {
343  std::vector<float> volt(416);
344 
345  for (std::vector<BiasMapEntry>::const_iterator it=begin(); it!=end(); it++)
346  {
347  const int ch = it->hv_board*32 + it->hv_channel;
348  volt[ch] = it->Voff;
349  }
350 
351  return volt;
352  }
double begin
double end

+ Here is the caller graph for this function: