CMS 3D CMS Logo

Public Member Functions

Lms3d Class Reference

#include <Lms3d.h>

Inheritance diagram for Lms3d:
ModeFinder3d unary_function

List of all members.

Public Member Functions

virtual GlobalPoint operator() (std::vector< GlobalPoint > &values) const

Detailed Description

This is a "Least Median of Squares" mode finder that works coordinate-wise on GlobalPoints.

Definition at line 12 of file Lms3d.h.


Member Function Documentation

GlobalPoint Lms3d::operator() ( std::vector< GlobalPoint > &  values) const [virtual]

Definition at line 4 of file Lms3d.cc.

References lms_3d().

                                                                      {
  return lms_3d ( values );
}