|
HighLAND
|
This class defines a symmetric binned gaussian. More...
#include <BinnedPDF.hxx>
Public Member Functions | |
| BinnedGaussian (int nbins, Float_t mean, Float_t sigma) | |
| Define the integral of a gaussian normalized to 1, inside each of the nbins. | |
Public Member Functions inherited from BinnedPDF | |
| unsigned int | GetNBins () const |
| returns the number of bins | |
| Float_t | GetBinWeight (int ibin) const |
| returns the weight for a bin | |
| Float_t | GetBinCenter (int ibin) const |
| returns the bin center for a bin | |
| const std::vector< Float_t > & | GetParams () const |
| returns vector of parameters | |
Additional Inherited Members | |
Protected Attributes inherited from BinnedPDF | |
| std::vector< Float_t > | _binWeight |
| vector of weights | |
| std::vector< Float_t > | _binCenter |
| vector of bin centers | |
| std::vector< Float_t > | _params |
| vector of parameters | |
This class defines a symmetric binned gaussian.
Definition at line 46 of file BinnedPDF.hxx.
1.8.13