tool to match segments
More...
#include <IMuonSegmentMatchingTool.h>
|
| static const InterfaceID & | interfaceID () |
| | access to tool interface
|
tool to match segments
Definition at line 26 of file IMuonSegmentMatchingTool.h.
◆ ~IMuonSegmentMatchingTool()
| virtual Muon::IMuonSegmentMatchingTool::~IMuonSegmentMatchingTool |
( |
| ) |
|
|
virtualdefault |
◆ interfaceID()
| const InterfaceID & Muon::IMuonSegmentMatchingTool::interfaceID |
( |
| ) |
|
|
inlinestatic |
access to tool interface
Definition at line 29 of file IMuonSegmentMatchingTool.h.
29 {
30 static const InterfaceID IID_IMuonSegmentMatchingTool("Muon::IMuonSegmentMatchingTool", 1, 0);
31
32 return IID_IMuonSegmentMatchingTool;
33 }
◆ match()
| virtual bool Muon::IMuonSegmentMatchingTool::match |
( |
const EventContext & | ctx, |
|
|
const MuonSegment & | seg1, |
|
|
const MuonSegment & | seg2 ) const |
|
pure virtual |
The documentation for this class was generated from the following file: