ATLAS Offline Software
Loading...
Searching...
No Matches
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.
virtual double estimateSignalCompatibility (const xAOD::Vertex &vertex) const =0
 Interface for xAOD::Vertex.

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods.

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

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

AlgTool interface methods.

Definition at line 47 of file IVertexWeightCalculator.h.

48 {
50 };
static const InterfaceID IID_IVertexWeightCalculator("IVertexWeightCalculator", 1, 0)

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