|
HighLAND
|
This class defines a binned probability density function. More...
#include <BinnedPDF.hxx>
Public Member Functions | |
| 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 | |
Protected Attributes | |
| 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 binned probability density function.
Definition at line 11 of file BinnedPDF.hxx.
1.8.13