40 Histos( vector< valarray<float> >& arr, vector<string> & iname) ;
41 Histos( vector< valarray<float> >& arr,
const int Nbin, vector<string> & iname,
string &contName) ;
42 Histos( vector< valarray<float> >& arr,
const int Nbin, vector<string> & iname,
string &contName,
double range[2]) ;
44 void dumpFil(
const char *fname) ;
46 void gnuplot(
const char *gplDfile,
const char *gplfile,
const bool doLogHist,
string epsout) ;
48 static void valRange( vector< valarray<float> > & arr,
double mimax[2]) ;
50 static int countRange( vector< valarray<float> > & arr) ;
55 void init( vector< valarray<float> > & arr,
const int Nbin,
const double * range, vector<string> & iname) ;
double stride
The width of each bin.
Definition: Histos.h:31
double strt
The smallest range of the first bin.
Definition: Histos.h:27
vector< Histo > hs
Definition: Histos.h:37
string contName
Some type of contents description.
Definition: Histos.h:35