ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Trk::IMode1dFinder Class Referenceabstract

#include <IMode1dFinder.h>

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

Public Member Functions

virtual ~IMode1dFinder ()
 Virtual destructor. More...
 
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. More...
 

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()

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

AlgTool interface methods.

Definition at line 40 of file IMode1dFinder.h.

40 { return IID_IMODE1DFINDER; };

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