ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::IMode1dFinder Class Referenceabstract

Interface class for the algotool which calculates the mode of a unidimensional distribution. More...

#include <IMode1dFinder.h>

Inheritance diagram for Trk::IMode1dFinder:
Collaboration diagram for Trk::IMode1dFinder:

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.

Detailed Description

Interface class for the algotool which calculates the mode of a unidimensional distribution.

Author
Giaci.nosp@m.nto..nosp@m.Piacq.nosp@m.uadi.nosp@m.o@phy.nosp@m.sik..nosp@m.uni-f.nosp@m.reib.nosp@m.urg.d.nosp@m.e

Definition at line 33 of file IMode1dFinder.h.

Constructor & Destructor Documentation

◆ ~IMode1dFinder()

virtual Trk::IMode1dFinder::~IMode1dFinder ( )
inlinevirtual

Virtual destructor.

Definition at line 37 of file IMode1dFinder.h.

37{};

Member Function Documentation

◆ getMode() [1/2]

virtual double Trk::IMode1dFinder::getMode ( std::vector< double > ) const
pure virtual

Implemented in Trk::FsmwMode1dFinder.

◆ getMode() [2/2]

virtual double Trk::IMode1dFinder::getMode ( std::vector< Trk::DoubleAndWeight > ) const
pure virtual

Implemented in Trk::FsmwMode1dFinder.

◆ interfaceID()

const InterfaceID & Trk::IMode1dFinder::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 40 of file IMode1dFinder.h.

40{ return IID_IMODE1DFINDER; };
static const InterfaceID IID_IMODE1DFINDER("IMode1dFinder", 1, 0)

The documentation for this class was generated from the following file: