![]() |
ATLAS Offline Software
|
#include <Threshold.h>
Public Member Functions | |
| Threshold (float etmin, float etmax, float etamin, float etamax, float slope, float offset, float maxavgmu) | |
| Constructor. | |
| ~Threshold ()=default | |
| Destructor. | |
| float | etMin () const |
| Get the lower et edge. | |
| float | etaMin () const |
| Get the lower eta edge. | |
| float | etMax () const |
| Get the high et edge. | |
| float | etaMax () const |
| Get the high eta edge. | |
| bool | accept (float discriminant, float avgmu) const |
Private Attributes | |
| float | m_etmin |
| float | m_etmax |
| float | m_etamin |
| float | m_etamax |
| float | m_slope |
| float | m_offset |
| float | m_maxavgmu |
Definition at line 14 of file Threshold.h.
| Ringer::onnx::Threshold::Threshold | ( | float | etmin, |
| float | etmax, | ||
| float | etamin, | ||
| float | etamax, | ||
| float | slope, | ||
| float | offset, | ||
| float | maxavgmu ) |
Constructor.
Definition at line 11 of file Threshold.cxx.
|
default |
Destructor.
|
inline |
Definition at line 43 of file Threshold.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 36 of file Threshold.h.
|
private |
Definition at line 36 of file Threshold.h.
|
private |
Definition at line 36 of file Threshold.h.
|
private |
Definition at line 36 of file Threshold.h.
|
private |
Definition at line 38 of file Threshold.h.
|
private |
Definition at line 38 of file Threshold.h.
|
private |
Definition at line 38 of file Threshold.h.