#include <HistoDef.h>
Public Member Functions | |
HistoDef () | |
void | init (ALIstring name) |
float | maximum () const |
float | minimum () const |
ALIstring | name () const |
void | setMaximum (float max) |
void | setMinimum (float min) |
~HistoDef () | |
Private Attributes | |
float | theMax |
float | theMin |
ALIstring | theName |
Definition at line 17 of file HistoDef.h.
|
inline |
Definition at line 20 of file HistoDef.h.
|
inline |
Definition at line 22 of file HistoDef.h.
void HistoDef::init | ( | ALIstring | name | ) |
Definition at line 12 of file HistoDef.cc.
References ALI_DBL_MAX, name(), theMax, theMin, and theName.
|
inline |
|
inline |
|
inline |
Definition at line 24 of file HistoDef.h.
References theName.
Referenced by config.CFG::__str__(), validation.Sample::digest(), init(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
inline |
Definition at line 29 of file HistoDef.h.
References SiStripPI::max, and theMax.
|
inline |
|
private |
Definition at line 34 of file HistoDef.h.
Referenced by init(), maximum(), and setMaximum().
|
private |
Definition at line 33 of file HistoDef.h.
Referenced by init(), minimum(), and setMinimum().
|
private |
Definition at line 32 of file HistoDef.h.