ATLAS Offline Software
|
The IMuonSegmentMaker is a pure virtual interface for tools to find tracks starting from MuonSegmentCombinations
More...
#include <IMuonTrackToSegmentTool.h>
Public Member Functions | |
virtual MuonSegment * | convert (const EventContext &ctx, const Trk::Track &track) const =0 |
convert track to segment More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
access to tool interface More... | |
The IMuonSegmentMaker is a pure virtual interface for tools to find tracks starting from MuonSegmentCombinations
Definition at line 23 of file IMuonTrackToSegmentTool.h.
|
pure virtual |
convert track to segment
Implemented in Muon::MuonTrackToSegmentTool.
|
inlinestatic |
access to tool interface
Definition at line 32 of file IMuonTrackToSegmentTool.h.