ATLAS Offline Software
|
The IMuonTrackBuilder is a pure virtual interface for tools extending muon track candidates with segments in a given chamber. More...
#include <IMuonTrackBuilder.h>
Public Member Functions | |
virtual std::vector< std::unique_ptr< MuPatTrack > > | find (const EventContext &ctx, MuPatCandidateBase &candidate, const std::vector< MuPatSegment * > &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 IMuonTrackBuilder is a pure virtual interface for tools extending muon track candidates with segments in a given chamber.
The following interface is available.
Definition at line 33 of file IMuonTrackBuilder.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 in a given chamber layer |
Implemented in Muon::MooTrackBuilder.
|
inlinestatic |
access to tool interface
Definition at line 36 of file IMuonTrackBuilder.h.