SoDaRadio-5.0.3-master:8901fb5
Public Member Functions | Public Attributes | List of all members
SoDaTest::Histogram Class Reference

Public Member Functions

 Histogram (unsigned int nb, float _min, float _max)
 
void record (float samp)
 
void dump (ostream &os, const std::string &tag)
 

Public Attributes

unsigned int num_buckets
 
float min
 
float max
 
unsigned int underflow
 
unsigned int overflow
 
unsigned int * buckets
 
float bucket_size
 

Detailed Description

Definition at line 50 of file Hilbert_Test.cxx.

Constructor & Destructor Documentation

◆ Histogram()

SoDaTest::Histogram::Histogram ( unsigned int  nb,
float  _min,
float  _max 
)
inline

Definition at line 52 of file Hilbert_Test.cxx.

Member Function Documentation

◆ dump()

void SoDaTest::Histogram::dump ( ostream &  os,
const std::string &  tag 
)
inline

Definition at line 73 of file Hilbert_Test.cxx.

Referenced by doSSBTest().

◆ record()

void SoDaTest::Histogram::record ( float  samp)
inline

Definition at line 64 of file Hilbert_Test.cxx.

Referenced by doSSBTest().

Member Data Documentation

◆ bucket_size

float SoDaTest::Histogram::bucket_size

Definition at line 89 of file Hilbert_Test.cxx.

◆ buckets

unsigned int* SoDaTest::Histogram::buckets

Definition at line 88 of file Hilbert_Test.cxx.

◆ max

float SoDaTest::Histogram::max

Definition at line 86 of file Hilbert_Test.cxx.

◆ min

float SoDaTest::Histogram::min

Definition at line 85 of file Hilbert_Test.cxx.

◆ num_buckets

unsigned int SoDaTest::Histogram::num_buckets

Definition at line 84 of file Hilbert_Test.cxx.

◆ overflow

unsigned int SoDaTest::Histogram::overflow

Definition at line 87 of file Hilbert_Test.cxx.

◆ underflow

unsigned int SoDaTest::Histogram::underflow

Definition at line 87 of file Hilbert_Test.cxx.


The documentation for this class was generated from the following file: