![]() |
ATLAS Offline Software
|
Interface class for the algotool which calculates the mode of a unidimensional distribution. More...
#include <IMode1dFinder.h>
Public Member Functions | |
| virtual | ~IMode1dFinder () |
| Virtual destructor. | |
| virtual double | getMode (std::vector< Trk::DoubleAndWeight >) const =0 |
| virtual double | getMode (std::vector< double >) const =0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| AlgTool interface methods. | |
Interface class for the algotool which calculates the mode of a unidimensional distribution.
Definition at line 33 of file IMode1dFinder.h.
|
inlinevirtual |
|
pure virtual |
Implemented in Trk::FsmwMode1dFinder.
|
pure virtual |
Implemented in Trk::FsmwMode1dFinder.
|
inlinestatic |
AlgTool interface methods.
Definition at line 40 of file IMode1dFinder.h.