|
| Histogram (unsigned int nb, float _min, float _max) |
|
void | record (float samp) |
|
void | dump (ostream &os, const std::string &tag) |
|
Definition at line 50 of file Hilbert_Test.cxx.
◆ Histogram()
SoDaTest::Histogram::Histogram |
( |
unsigned int |
nb, |
|
|
float |
_min, |
|
|
float |
_max |
|
) |
| |
|
inline |
◆ dump()
void SoDaTest::Histogram::dump |
( |
ostream & |
os, |
|
|
const std::string & |
tag |
|
) |
| |
|
inline |
◆ record()
void SoDaTest::Histogram::record |
( |
float |
samp | ) |
|
|
inline |
◆ bucket_size
float SoDaTest::Histogram::bucket_size |
◆ buckets
unsigned int* SoDaTest::Histogram::buckets |
◆ max
float SoDaTest::Histogram::max |
◆ min
float SoDaTest::Histogram::min |
◆ num_buckets
unsigned int SoDaTest::Histogram::num_buckets |
◆ overflow
unsigned int SoDaTest::Histogram::overflow |
◆ underflow
unsigned int SoDaTest::Histogram::underflow |
The documentation for this class was generated from the following file: