Histogram Class Reference
List of all members.
Public Member Functions |
|
void | setup (std::vector< float > &x) |
|
void | build (std::vector< float > &, const float, const float) |
|
float | min () const |
|
float | max () const |
|
float | amax () const |
|
float | mean () const |
|
float | stddev () const |
|
float | operator() (const float x) const |
|
float | operator() (const float x0, const float x1) const |
Protected Attributes |
|
std::vector< int > | h |
|
long | nbin |
|
int | hmax |
|
float | minv |
|
float | maxv |
|
float | amaxv |
|
float | meanv |
|
float | stddevv |
The documentation for this class was generated from the following files: