9#ifndef TRKVERTEXSEEDFINDERUTILS_IMODE1DFINDER_H
10#define TRKVERTEXSEEDFINDERUTILS_IMODE1DFINDER_H
12#include "GaudiKernel/IAlgTool.h"
42 virtual double getMode(std::vector<Trk::DoubleAndWeight>)
const =0;
44 virtual double getMode(std::vector<double>)
const = 0;
Interface class for the algotool which calculates the mode of a unidimensional distribution.
static const InterfaceID & interfaceID()
AlgTool interface methods.
virtual double getMode(std::vector< Trk::DoubleAndWeight >) const =0
virtual double getMode(std::vector< double >) const =0
virtual ~IMode1dFinder()
Virtual destructor.
Ensure that the ATLAS eigen extensions are properly loaded.
static const InterfaceID IID_IMODE1DFINDER("IMode1dFinder", 1, 0)