58 Histo(
const valarray<float> & arr,
const int Nbin,
const double range[],
string & nam) ;
59 Histo(
const valarray<float> & arr,
const int Nbin,
string & nam) ;
60 Histo(
const valarray<float> & arr,
string & nam) ;
62 static int valRange(
const valarray<float> & arr,
double mimax[2]) ;
66 void dumpFil(
const char *fname) ;
72 void init(
const valarray<float> & arr,
const int Nbin,
const double range[]) ;
76 int fsort(
const void * v1,
const void * v2) ;
string name
Some kind of file name or tag attached to this statistics.
Definition: Histo.h:55
int fsort(const void *v1, const void *v2)
Support of the qsort call in init().
Definition: Histo.cxx:256
vector< int > cumCts
The cumulative counts on a per-bin basis.
Definition: Histo.h:32
vector< int > cts
The counts on a per-bin basis.
Definition: Histo.h:26
double stride
The width of each bin.
Definition: Histo.h:40
double strt
The smallest range of the first bin.
Definition: Histo.h:36