#include <Threshold.h>
Definition at line 14 of file Threshold.h.
◆ Threshold()
Ringer::onnx::Threshold::Threshold |
( |
float |
etmin, |
|
|
float |
etmax, |
|
|
float |
etamin, |
|
|
float |
etamax, |
|
|
float |
slope, |
|
|
float |
offset, |
|
|
float |
maxavgmu |
|
) |
| |
◆ ~Threshold()
Ringer::onnx::Threshold::~Threshold |
( |
| ) |
|
|
default |
◆ accept()
bool Ringer::onnx::Threshold::accept |
( |
float |
discriminant, |
|
|
float |
avgmu |
|
) |
| const |
|
inline |
◆ etaMax()
float Ringer::onnx::Threshold::etaMax |
( |
| ) |
const |
|
inline |
Get the high eta edge.
Definition at line 30 of file Threshold.h.
◆ etaMin()
float Ringer::onnx::Threshold::etaMin |
( |
| ) |
const |
|
inline |
Get the lower eta edge.
Definition at line 26 of file Threshold.h.
◆ etMax()
float Ringer::onnx::Threshold::etMax |
( |
| ) |
const |
|
inline |
◆ etMin()
float Ringer::onnx::Threshold::etMin |
( |
| ) |
const |
|
inline |
Get the lower et edge.
Definition at line 24 of file Threshold.h.
◆ m_etamax
float Ringer::onnx::Threshold::m_etamax |
|
private |
◆ m_etamin
float Ringer::onnx::Threshold::m_etamin |
|
private |
◆ m_etmax
float Ringer::onnx::Threshold::m_etmax |
|
private |
◆ m_etmin
float Ringer::onnx::Threshold::m_etmin |
|
private |
◆ m_maxavgmu
float Ringer::onnx::Threshold::m_maxavgmu |
|
private |
◆ m_offset
float Ringer::onnx::Threshold::m_offset |
|
private |
◆ m_slope
float Ringer::onnx::Threshold::m_slope |
|
private |
The documentation for this class was generated from the following files: