HighLAND
Public Member Functions | Protected Attributes | List of all members
BinnedPDF Class Reference

This class defines a binned probability density function. More...

#include <BinnedPDF.hxx>

Inheritance diagram for BinnedPDF:
BinnedGaussian

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
 

Detailed Description

This class defines a binned probability density function.

Definition at line 11 of file BinnedPDF.hxx.


The documentation for this class was generated from the following file: