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

Definition at line 270 of file FilterLed.cc.

271 {
272  float mx, my;
273  unsigned int sum;
274  return GetMeanPosition(x, y, boxx, boxy, mx, my, sum);
275 }
int GetMeanPosition(const int x, const int y, const int boxx, const int boxy) const
Definition: FilterLed.cc:270