Definition at line 454 of file DrsCalib.h.
References begin, and end.
Referenced by CorrectStep().
456 if (pos==0 || pos>=roi)
459 const int begin = avg>0 ? pos : 0;
460 const int end = avg>0 ? roi : pos;
462 const double sub = fabs(avg);
464 for (
int p=0; p<9; p++)
466 for (
int j=begin; j<
end; j++)
468 const size_t hw = ch0+p;
469 const size_t sw = (map?map[hw]:hw)*roi + j;