ATLAS Offline Software
|
The IMuonTrackRefiner is a pure virtual interface for tools which refine the hit content of a given track. More...
#include <IMuonTrackRefiner.h>
Public Member Functions | |
virtual void | refine (const EventContext &ctx, MuPatTrack &track) const =0 |
interface for tools which refine the hit content of a given track More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
access to tool interface More... | |
The IMuonTrackRefiner is a pure virtual interface for tools which refine the hit content of a given track.
The following interface is available.
Definition at line 31 of file IMuonTrackRefiner.h.
|
inlinestatic |
access to tool interface
Definition at line 34 of file IMuonTrackRefiner.h.
|
pure virtual |
interface for tools which refine the hit content of a given track
track | input track |
Implemented in Muon::MooTrackBuilder.