| TUnuranEmpDist(const TUnuranEmpDist&) | |
| TUnuranEmpDist(const TH1* h1 = 0, bool useBuffer = true) | |
| TUnuranEmpDist(unsigned int n, double* x) | |
| TUnuranEmpDist(unsigned int n, double* x, double* y) | |
| TUnuranEmpDist(double* begin, double* end, unsigned int dim = 1) | |
| TUnuranEmpDist(unsigned int n, double* x, double* y, double* z) | |
| virtual | ~TUnuranEmpDist() | 
| static TClass* | Class() | 
| virtual TUnuranEmpDist* | Clone() const | 
| const vector<double>& | Data() const | 
| virtual TClass* | IsA() const | 
| bool | IsBinned() const | 
| double | LowerBin() const | 
| unsigned int | NDim() const | 
| TUnuranEmpDist& | operator=(const TUnuranEmpDist& rhs) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| double | UpperBin() const | 

Constructor from a TH1 objects. The buffer of the histo, if available, can be used for the estimation of the parent distribution using smoothing
      Constructor from a TH1 objects.
      If the histogram has a buffer by default the unbinned data are used
      Return reference to data vector (unbinned or binned data)
{ return fData; }