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

#include <IVertexWeightCalculator.h>

Inheritance diagram for Trk::IVertexWeightCalculator:
Collaboration diagram for Trk::IVertexWeightCalculator:

Public Member Functions

virtual ~IVertexWeightCalculator ()=default
 Virtual destructor. More...
 
virtual double estimateSignalCompatibility (const xAOD::Vertex &vertex) const =0
 Interface for xAOD::Vertex. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods. More...
 

Detailed Description

Definition at line 39 of file IVertexWeightCalculator.h.

Constructor & Destructor Documentation

◆ ~IVertexWeightCalculator()

virtual Trk::IVertexWeightCalculator::~IVertexWeightCalculator ( )
virtualdefault

Virtual destructor.

Member Function Documentation

◆ estimateSignalCompatibility()

virtual double Trk::IVertexWeightCalculator::estimateSignalCompatibility ( const xAOD::Vertex vertex) const
pure virtual

◆ interfaceID()

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

AlgTool interface methods.

Definition at line 47 of file IVertexWeightCalculator.h.

48  {
49  return IID_IVertexWeightCalculator;
50  };

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