#include <ESThresholds.h>
Public Member Functions | |
ESThresholds () | |
ESThresholds (const float &ts2, const float &zs) | |
float | getTS2Threshold () const |
float | getZSThreshold () const |
void | print (std::ostream &s) const |
void | setTS2Threshold (const float &value) |
void | setZSThreshold (const float &value) |
~ESThresholds () | |
Private Attributes | |
float | ts2_ |
float | zs_ |
Definition at line 5 of file ESThresholds.h.
ESThresholds::ESThresholds | ( | ) |
ESThresholds::ESThresholds | ( | const float & | ts2, |
const float & | zs | ||
) |
ESThresholds::~ESThresholds | ( | ) |
Definition at line 14 of file ESThresholds.cc.
{ }
float ESThresholds::getTS2Threshold | ( | ) | const [inline] |
Definition at line 14 of file ESThresholds.h.
References ts2_.
Referenced by ESZeroSuppressionProducer::produce().
{ return ts2_; }
float ESThresholds::getZSThreshold | ( | ) | const [inline] |
void ESThresholds::print | ( | std::ostream & | s | ) | const [inline] |
void ESThresholds::setTS2Threshold | ( | const float & | value | ) | [inline] |
Definition at line 13 of file ESThresholds.h.
References ts2_, and relativeConstraints::value.
void ESThresholds::setZSThreshold | ( | const float & | value | ) | [inline] |
Definition at line 15 of file ESThresholds.h.
References relativeConstraints::value, and zs_.
float ESThresholds::ts2_ [private] |
Definition at line 24 of file ESThresholds.h.
Referenced by ESThresholds(), getTS2Threshold(), print(), and setTS2Threshold().
float ESThresholds::zs_ [private] |
Definition at line 25 of file ESThresholds.h.
Referenced by ESThresholds(), getZSThreshold(), print(), and setZSThreshold().