![]() |
ATLAS Offline Software
|
Interface for tool to return a score from a given track. More...
#include <ITrackScoringTool.h>
Public Member Functions | |
| virtual bool | passBasicSelections (const Track &track) const =0 |
| create a score based on how good the passed track is | |
| virtual TrackScore | score (const Track &track, bool checkBasicSel=true) const =0 |
| virtual TrackScore | simpleScore (const Track &track, const TrackSummary &summary) const =0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Interface for tool to return a score from a given track.
Definition at line 22 of file ITrackScoringTool.h.
|
inlinestatic |
Definition at line 37 of file ITrackScoringTool.h.
create a score based on how good the passed track is
| track | must be a valid reference (i.e. the track must exist) |
Implemented in InDet::InDetAmbiScoringTool, InDet::InDetCosmicScoringTool, InDet::InDetNNScoringTool, InDet::InDetTrtTrackScoringTool, and Muon::MuonTrackScoringTool.
|
pure virtual |
|
pure virtual |