|  | 
|  | fhist2D (const char *_title, int _nbinsx, double _xmin, double _xmax, int _nbinsy, double _ymin, double _ymax) | 
|  | 
|  | fhist2D (const fhist2D &hist) | 
|  | 
| void | Fill (double xval, double yval) | 
|  | 
| int | GetBinNumberX (double xval) const | 
|  | Return the x bin number in which xvalfalls.
 | 
|  | 
| int | GetBinNumberY (double yval) const | 
|  | Return the x bin number in which xvalfalls.
 | 
|  | 
| int | GetWeightXY (int xbin, int ybin) const | 
|  | 
| void | GetCentralValueXY (int xbin, int ybin, double &xval, double &yval) const | 
|  | 
| double | CetXmean () const | 
|  | 
| double | GetYmean () const | 
|  | 
| double | GetXstdev () const | 
|  | 
| double | GetYstdev () const | 
|  | 
| double | GetCov () const | 
|  | 
| void | SetFlagStatOverFlows (bool _flagStatOverFlows) | 
|  | 
| void | Print () const | 
|  | 
| fhist1D | ProjectionX (int ystart, int yend) const | 
|  | 
| fhist1D | ProjectionY (int xstart, int xend) const | 
|  | 
◆ Fill()
      
        
          | void fhist2D::Fill | ( | double | xval, | 
        
          |  |  | double | yval ) | 
      
 
 
◆ GetBinNumberX()
      
        
          | int fhist2D::GetBinNumberX | ( | double | xval | ) | const | 
      
 
Return the x bin number in which xval falls. 
- Note
- return -1 if val < xmin and -11 if val > xmax 
 
 
◆ GetBinNumberY()
      
        
          | int fhist2D::GetBinNumberY | ( | double | yval | ) | const | 
      
 
Return the x bin number in which xval falls. 
- Note
- return -1 if val < xmin and -11 if val > xmax 
 
 
The documentation for this class was generated from the following files:
- /home/ftouchte/Desktop/alert/cpp/utils/hist/fhist.h
- /home/ftouchte/Desktop/alert/cpp/utils/hist/fhist.cpp