ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Muon::IMuonSegmentSelector Class Referenceabstract

Interface for tools resolving ambigueties and remove outliers in Muon::MuonSegment objects. More...

#include <IMuonSegmentSelector.h>

Inheritance diagram for Muon::IMuonSegmentSelector:
Collaboration diagram for Muon::IMuonSegmentSelector:

Public Member Functions

virtual const bool select (const MuonSegment &segment) const =0
 Tool to select segments. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

Interface for tools resolving ambigueties and remove outliers in Muon::MuonSegment objects.

Definition at line 17 of file IMuonSegmentSelector.h.

Member Function Documentation

◆ interfaceID()

const InterfaceID & Muon::IMuonSegmentSelector::interfaceID ( )
inlinestatic

Definition at line 28 of file IMuonSegmentSelector.h.

28 { return IID_IMuonSegmentSelector; }

◆ select()

virtual const bool Muon::IMuonSegmentSelector::select ( const MuonSegment segment) const
pure virtual

Tool to select segments.

Parameters
segmenta reference to a segment
Returns
boolean whether segment is selected or not

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