38   RhoDoubleErr(Double_t val, Double_t cov) : fValue(val), fCovariance(cov){};
    50   Double_t 
Value()
 const { 
return fValue; }
    76   Bool_t 
operator==(
const RhoDoubleErr &other)
 const { 
return (fValue == other.fValue && fCovariance == other.fCovariance); }
 void SetCovariance(Double_t cov)
 
Bool_t operator==(const RhoDoubleErr &other) const
 
RhoDoubleErr & operator/=(const RhoDoubleErr &)
 
void SetValue(Double_t val)
 
RhoDoubleErr operator+(const RhoDoubleErr &)
 
RhoDoubleErr & operator=(const RhoDoubleErr &)
 
RhoDoubleErr(Double_t val)
 
Bool_t operator<(const RhoDoubleErr &other) const
 
RhoDoubleErr(Double_t val, Double_t cov)
 
RhoDoubleErr & operator+=(const RhoDoubleErr &)
 
std::ostream & operator<<(std::ostream &stream, const RhoDoubleErr &bde)
 
Double_t DetermineChisq(Double_t ref) const
 
RhoDoubleErr operator*(const RhoDoubleErr &)
 
RhoDoubleErr operator/(const RhoDoubleErr &)
 
RhoDoubleErr & operator*=(const RhoDoubleErr &)
 
RhoDoubleErr & operator-=(const RhoDoubleErr &)
 
Double_t Covariance() const