![]() |
ATLAS Offline Software
|
Classes | |
| struct | SessionBackend |
| struct | SegmentQualityOrder |
| Common quality ordering for segment representatives. More... | |
Functions | |
| template<class SessionToolHandle> | |
| SessionBackend | sessionBackend (const SessionToolHandle &sessionTool) |
| float | sigmoid (float x) |
| float | reducedChi2 (const xAOD::MuonSegment &segment) |
| int | compareFloat (float first, float second) |
| Three-way float comparison which orders NaN after all numeric values. | |
| int | compareFloatDescending (float first, float second) |
| Three-way descending comparison which also orders NaN last. | |
|
inline |
Three-way float comparison which orders NaN after all numeric values.
Definition at line 42 of file InferenceUtils.h.
|
inline |
Three-way descending comparison which also orders NaN last.
Definition at line 51 of file InferenceUtils.h.
|
inline |
Definition at line 37 of file InferenceUtils.h.
| SessionBackend MuonML::InferenceUtils::sessionBackend | ( | const SessionToolHandle & | sessionTool | ) |
Definition at line 21 of file InferenceUtils.h.