ATLAS Offline Software
|
The IMuonTrackFinder is a pure virtual interface for tools to find track in the muon system starting from a vector of segments. More...
#include <IMuonTrackFinder.h>
Public Member Functions | |
virtual std::unique_ptr< TrackCollection > | find (const EventContext &ctx, const std::vector< const MuonSegment * > &segments) const =0 |
interface for tools to find track in the muon system starting from a vector of segments More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
access to tool interface More... | |
The IMuonTrackFinder is a pure virtual interface for tools to find track in the muon system starting from a vector of segments.
The following interface is available.
Definition at line 27 of file IMuonTrackFinder.h.
|
pure virtual |
interface for tools to find track in the muon system starting from a vector of segments
segments | a vector of input segments |
|
inlinestatic |
access to tool interface
Definition at line 30 of file IMuonTrackFinder.h.