FACT++  1.0
int FilterLed::GetMeanPositionBox ( const int  x,
const int  y,
const int  boxx,
const int  boxy 
) const
private

Definition at line 330 of file FilterLed.cc.

332 {
333  float mx, my;
334  unsigned int sum;
335  return GetMeanPositionBox(x, y, boxx, boxy, mx, my, sum);
336 }
int GetMeanPositionBox(const int x, const int y, const int boxx, const int boxy) const
Definition: FilterLed.cc:330