| 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. If the histogram has a buffer by default the unbinned data are used
Constructor from a set of data using an iterator to specify begin/end of the data In the case of multi-dimension the data are assumed to be passed in this order x0,y0,...x1,y1,..x2,y2,...
{}Return reference to data vector (unbinned or binned data)
{ return fData; }