#include <ValueErr.h>
Public Member Functions | |
| ValueErr (T value=0, T err=0) | |
| ValueErr (const ValueErr< T > &rhs) | |
| virtual | ~ValueErr () |
| void | Set (T value, T err=0) |
| void | Set (const ValueErr< T > &rhs) |
| void | SetValueError2 (T value, T err2) |
| void | SetValue (T value) |
| void | SetError (T error) |
| void | SetError2 (T error2) |
| void | SetFracError (T frac) |
| T | operator() () const |
| T | GetValue () const |
| T | GetValue2 () const |
| T | Get () const |
| T | GetError () const |
| T | GetError2 () const |
| T | GetFracError () const |
| T | GetFracError2 () const |
| T | GetPosError () const |
| T | GetNegError () const |
| ValueErr< T > | operator= (const T &value) |
| operator T () const | |
| ValueErr< T > & | operator++ () |
| ValueErr< T > | operator++ (int) |
| ValueErr< T > & | operator-- () |
| ValueErr< T > | operator-- (int) |
| ValueErr< T > & | operator+= (const ValueErr< T > &x) |
| ValueErr< T > & | operator-= (const ValueErr< T > &x) |
| ValueErr< T > & | operator *= (const ValueErr< T > &x) |
| ValueErr< T > & | operator/= (const ValueErr< T > &x) |
| void | Print (Option_t *option="") const |
| const char * | AsString (Option_t *option="") const |
| ValueErr (T value=0, T err=0) | |
| ValueErr (const ValueErr< T > &rhs) | |
| virtual | ~ValueErr () |
| void | Set (T value, T err=0) |
| void | Set (const ValueErr< T > &rhs) |
| void | SetValueError2 (T value, T err2) |
| void | SetValue (T value) |
| void | SetError (T error) |
| void | SetError2 (T error2) |
| void | SetFracError (T frac) |
| T | operator() () const |
| T | GetValue () const |
| T | GetValue2 () const |
| T | Get () const |
| T | GetError () const |
| T | GetError2 () const |
| T | GetFracError () const |
| T | GetFracError2 () const |
| T | GetPosError () const |
| T | GetNegError () const |
| ValueErr< T > | operator= (const T &value) |
| operator T () const | |
| ValueErr< T > & | operator++ () |
| ValueErr< T > | operator++ (int) |
| ValueErr< T > & | operator-- () |
| ValueErr< T > | operator-- (int) |
| ValueErr< T > & | operator+= (const ValueErr< T > &x) |
| ValueErr< T > & | operator-= (const ValueErr< T > &x) |
| ValueErr< T > & | operator *= (const ValueErr< T > &x) |
| ValueErr< T > & | operator/= (const ValueErr< T > &x) |
| void | Print (Option_t *option="") const |
| const char * | AsString (Option_t *option="") const |
Static Private Member Functions | |
| static ValueErr< T > | valueErr2 (T value, T err2) |
| static ValueErr< T > | valueErr2 (T value, T err2) |
Private Attributes | |
| T | fValue |
| T | fError2 |
Friends | |
| template<class L> | |
| ValueErr< L > | operator+ (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator+ (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator+ (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator- (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator- (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator- (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator * (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator * (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator * (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator/ (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator/ (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator/ (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator+ (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator+ (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator+ (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator- (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator- (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator- (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator * (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator * (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator * (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator/ (const L &lhs, const ValueErr< L > &rhs) |
| template<class L> | |
| ValueErr< L > | operator/ (const ValueErr< L > &lhs, const L &rhs) |
| template<class L> | |
| ValueErr< L > | operator/ (const ValueErr< L > &lhs, const ValueErr< L > &rhs) |
Definition at line 29 of file Calibrator/ValueErr.h.
| const char* ValueErr< T >::AsString | ( | Option_t * | option = "" |
) | const |
| const char * ValueErr< T >::AsString | ( | Option_t * | option = "" |
) | const |
Definition at line 41 of file Calibrator/ValueErr.cxx.
References ValueErr< T >::GetError(), ValueErr< T >::GetValue(), and kPlusMinus.
Referenced by MuonDriftCalScheme::DoReset().
00042 { 00043 static char buffer[100]; 00044 sprintf(buffer,"%f%s%f",GetValue(), kPlusMinus, GetError()); 00045 return buffer; 00046 }
| T ValueErr< T >::Get | ( | void | ) | const [inline] |
Definition at line 51 of file RootUtil/ValueErr.h.
References ValueErr< T >::fValue.
00051 { return fValue; };
| T ValueErr< T >::Get | ( | ) | const [inline] |
Definition at line 51 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
00051 { return fValue; };
| T ValueErr< T >::GetError | ( | ) | const [inline] |
Definition at line 52 of file RootUtil/ValueErr.h.
References ValueErr< T >::fError2.
00052 { return TMath::Sqrt(fError2); };
| T ValueErr< T >::GetError | ( | ) | const [inline] |
Definition at line 52 of file Calibrator/ValueErr.h.
References ValueErr< T >::fError2.
Referenced by ValueErr< T >::AsString(), StripAttenCalScheme::DecalAttenCorrected(), PulserLinearityCalScheme::DecalLinFar(), PulserLinearityCalScheme::DecalLinNear(), StripAttenCalScheme::GetAttenCorrected(), Calibrator::GetAttenCorrected(), Calibrator::GetCalibratedTime(), PulserLinearityCalScheme::GetCorrected(), Calibrator::GetDriftCorrected(), PulserDriftCalScheme::GetDriftFar(), PulserDriftCalScheme::GetDriftPoint(), ValueErr< T >::GetFracError(), Calibrator::GetLinearized(), Calibrator::GetLinearizedVA(), PulserLinearityCalScheme::GetLinNear(), Calibrator::GetMIP(), ValueErr< T >::GetNegError(), Calibrator::GetPhotoElectrons(), ValueErr< T >::GetPosError(), Calibrator::GetStripToStripCorrected(), operator *(), and ValueErr< T >::Print().
00052 { return TMath::Sqrt(fError2); };
| T ValueErr< T >::GetError2 | ( | ) | const [inline] |
Definition at line 53 of file RootUtil/ValueErr.h.
References ValueErr< T >::fError2.
00053 { return fError2; };
| T ValueErr< T >::GetError2 | ( | ) | const [inline] |
Definition at line 53 of file Calibrator/ValueErr.h.
References ValueErr< T >::fError2.
Referenced by QuadLinearityCalScheme::DecalLinearity(), ValueErr< T >::GetFracError2(), QuadLinearityCalScheme::GetLinearized(), operator *(), ValueErr< T >::operator *=(), operator+(), ValueErr< T >::operator+=(), operator-(), ValueErr< T >::operator-=(), operator/(), and ValueErr< T >::operator/=().
00053 { return fError2; };
| T ValueErr< T >::GetFracError | ( | ) | const [inline] |
Definition at line 54 of file RootUtil/ValueErr.h.
References ValueErr< T >::GetError(), ValueErr< T >::GetValue(), and kValueErr_Big.
00054 { if(GetValue()!=0) return GetError()/GetValue(); else return kValueErr_Big; };
| T ValueErr< T >::GetFracError | ( | ) | const [inline] |
Definition at line 54 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetError(), ValueErr< T >::GetValue(), and kValueErr_Big.
Referenced by Calibrator::GetAttenCorrected(), Calibrator::GetCalibratedTime(), Calibrator::GetDriftCorrected(), Calibrator::GetLinearized(), Calibrator::GetLinearizedVA(), Calibrator::GetMIP(), Calibrator::GetPhotoElectrons(), and Calibrator::GetStripToStripCorrected().
00054 { if(GetValue()!=0) return GetError()/GetValue(); else return kValueErr_Big; };
| T ValueErr< T >::GetFracError2 | ( | ) | const [inline] |
Definition at line 55 of file RootUtil/ValueErr.h.
References ValueErr< T >::GetError2(), ValueErr< T >::GetValue(), ValueErr< T >::GetValue2(), and kValueErr_Big.
00055 { if(GetValue()!=0) return GetError2()/GetValue2(); else return kValueErr_Big; };
| T ValueErr< T >::GetFracError2 | ( | ) | const [inline] |
Definition at line 55 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetError2(), ValueErr< T >::GetValue(), ValueErr< T >::GetValue2(), and kValueErr_Big.
Referenced by operator *().
00055 { if(GetValue()!=0) return GetError2()/GetValue2(); else return kValueErr_Big; };
| T ValueErr< T >::GetNegError | ( | ) | const [inline] |
Definition at line 57 of file RootUtil/ValueErr.h.
References ValueErr< T >::GetError().
00057 { return GetError(); };
| T ValueErr< T >::GetNegError | ( | ) | const [inline] |
Definition at line 57 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetError().
00057 { return GetError(); };
| T ValueErr< T >::GetPosError | ( | ) | const [inline] |
Definition at line 56 of file RootUtil/ValueErr.h.
References ValueErr< T >::GetError().
00056 { return GetError(); };
| T ValueErr< T >::GetPosError | ( | ) | const [inline] |
Definition at line 56 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetError().
00056 { return GetError(); };
| T ValueErr< T >::GetValue | ( | ) | const [inline] |
Definition at line 49 of file RootUtil/ValueErr.h.
References ValueErr< T >::fValue.
00049 { return fValue; };
| T ValueErr< T >::GetValue | ( | ) | const [inline] |
Definition at line 49 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
Referenced by ValueErr< T >::AsString(), StripAttenCalScheme::DecalAttenCorrected(), QuadLinearityCalScheme::DecalLinearity(), PulserLinearityCalScheme::DecalLinFar(), PulserLinearityCalScheme::DecalLinNear(), StripAttenCalScheme::GetAttenCorrected(), Calibrator::GetAttenCorrected(), PulserLinearityCalScheme::GetCorrected(), PmtDriftCalScheme::GetDrift(), SimpleCalScheme::GetDriftCorrected(), Calibrator::GetDriftCorrected(), PulserDriftCalScheme::GetDriftFar(), PulserDriftCalScheme::GetDriftPoint(), ValueErr< T >::GetFracError(), ValueErr< T >::GetFracError2(), SimpleCalScheme::GetLinearized(), Calibrator::GetLinearized(), Calibrator::GetLinearizedVA(), PulserLinearityCalScheme::GetLinFar(), PulserLinearityCalScheme::GetLinNear(), PulserLinearityCalScheme::GetMeanCorrection(), Calibrator::GetMIP(), Calibrator::GetPhotoElectrons(), Calibrator::GetStripToStripCorrected(), GetWeightedMean(), MinosCompactEvent::MinosCompactEvent(), operator *(), ValueErr< T >::operator *=(), ValueErr< T >::operator T(), operator+(), ValueErr< T >::operator+=(), operator-(), ValueErr< T >::operator-=(), operator/(), ValueErr< T >::operator/=(), and ValueErr< T >::Print().
00049 { return fValue; };
| T ValueErr< T >::GetValue2 | ( | ) | const [inline] |
| T ValueErr< T >::GetValue2 | ( | ) | const [inline] |
Definition at line 50 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
Referenced by ValueErr< T >::GetFracError2(), ValueErr< T >::operator *=(), operator/(), and ValueErr< T >::SetFracError().
Definition at line 60 of file Calibrator/ValueErr.cxx.
References err(), ValueErr< T >::GetError2(), ValueErr< T >::GetValue(), ValueErr< T >::GetValue2(), kValueErr_Big, and ValueErr< T >::Set().
00061 { 00062 T x = this->GetValue() * rhs.GetValue(); 00063 T err; 00064 if(x!=0) 00065 err = TMath::Abs(x) * TMath::Sqrt((this->GetError2()/this->GetValue2()) + (rhs.GetError2()/rhs.GetValue2())); 00066 else 00067 err = kValueErr_Big; 00068 Set(x,err); 00069 return *this; 00070 }
| ValueErr< T >::operator T | ( | ) | const [inline] |
Definition at line 63 of file RootUtil/ValueErr.h.
References ValueErr< T >::GetValue().
00063 { return GetValue(); };
| ValueErr< T >::operator T | ( | ) | const [inline] |
Definition at line 63 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetValue().
00063 { return GetValue(); };
| T ValueErr< T >::operator() | ( | void | ) | const [inline] |
Definition at line 48 of file RootUtil/ValueErr.h.
References ValueErr< T >::fValue.
00048 { return fValue; };
| T ValueErr< T >::operator() | ( | ) | const [inline] |
Definition at line 48 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
00048 { return fValue; };
Definition at line 207 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
00208 { ValueErr<T> ans = *this; ++fValue; return ans; }
Definition at line 205 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
00206 { ++fValue; return *this; }
Definition at line 220 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetError2(), ValueErr< T >::GetValue(), ValueErr< T >::SetError2(), and ValueErr< T >::SetValue().
00221 { 00222 this->SetValue(this->GetValue() + rhs.GetValue()); 00223 this->SetError2(this->GetError2() + rhs.GetError2()); 00224 return *this; 00225 }
Definition at line 211 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
00212 { ValueErr<T> ans = *this; --fValue; return ans; }
Definition at line 209 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
00210 { --fValue; return *this; }
Definition at line 231 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetError2(), ValueErr< T >::GetValue(), ValueErr< T >::SetError2(), and ValueErr< T >::SetValue().
00232 { 00233 this->SetValue ( this->GetValue() - rhs.GetValue() ); 00234 this->SetError2( this->GetError2() + rhs.GetError2() ); 00235 return *this; 00236 }
Definition at line 247 of file Calibrator/ValueErr.h.
References ValueErr< T >::GetError2(), ValueErr< T >::GetValue(), and ValueErr< T >::SetValueError2().
00248 { 00249 // Note: doesn't trap rhs=0. 00250 T x = this->GetValue(); 00251 T y = rhs.GetValue(); 00252 T f = x/y; 00253 T y2 = y*y; 00254 T x2 = x*x; 00255 // err = x/y * sqrt( dx2/x2 + dy2/y2) // This works, but has a div-by-zero for x=0 00256 T err2 = ( this->GetError2()/y2 00257 + rhs.GetError2()*x2/(y2*y2) ); 00258 00259 SetValueError2(f,err2); 00260 return (*this); 00261 }
Definition at line 60 of file RootUtil/ValueErr.h.
References ValueErr< T >::Set().
00060 { Set(value,0); return (*this);};
Definition at line 60 of file Calibrator/ValueErr.h.
References ValueErr< T >::Set().
00060 { Set(value,0); return (*this);};
| void ValueErr< T >::Print | ( | Option_t * | option = "" |
) | const |
| void ValueErr< T >::Print | ( | Option_t * | option = "" |
) | const |
Definition at line 35 of file Calibrator/ValueErr.cxx.
References ValueErr< T >::GetError(), ValueErr< T >::GetValue(), and kPlusMinus.
Referenced by errproptest().
00036 { 00037 cout << "ValueErr: " << GetValue() << kPlusMinus << GetError() << endl; 00038 }
Definition at line 42 of file RootUtil/ValueErr.h.
References ValueErr< T >::fError2, and ValueErr< T >::fValue.
| void ValueErr< T >::Set | ( | T | value, | |
| T | err = 0 | |||
| ) | [inline] |
Definition at line 41 of file RootUtil/ValueErr.h.
References err(), ValueErr< T >::fError2, and ValueErr< T >::fValue.
Definition at line 42 of file Calibrator/ValueErr.h.
References ValueErr< T >::fError2, and ValueErr< T >::fValue.
| void ValueErr< T >::Set | ( | T | value, | |
| T | err = 0 | |||
| ) | [inline] |
Definition at line 41 of file Calibrator/ValueErr.h.
References err(), ValueErr< T >::fError2, and ValueErr< T >::fValue.
Referenced by SimpleCalScheme::DecalGainAndWidth(), PEGainCalScheme::DecalGainAndWidth(), PEGainAggCalScheme::DecalGainAndWidth(), PulserLinearityCalScheme::DecalLinNear(), MuonDriftCalScheme::DoReset(), ErrorData2::ErrorData2(), PulserLinearityCalScheme::GetLinNear(), ValueErr< T >::operator *=(), ValueErr< T >::operator=(), operator>>(), and ValueErr< T >::ValueErr().
| void ValueErr< T >::SetError | ( | T | error | ) | [inline] |
| void ValueErr< T >::SetError | ( | T | error | ) | [inline] |
Definition at line 45 of file Calibrator/ValueErr.h.
References ValueErr< T >::fError2.
Referenced by AlgShowerCam::CalculateShowerEnergy(), AlgReco::Calibrate(), StripAttenCalScheme::DecalAttenCorrected(), PulserLinearityCalScheme::DecalLinFar(), MuonDriftCalScheme::DoReset(), StripAttenCalScheme::GetAttenCorrected(), SimpleCalScheme::GetDriftCorrected(), SimpleCalScheme::GetLinearized(), AlgTrackAtNu::RunAlg(), and AlgShowerAtNu::RunAlg().
| void ValueErr< T >::SetError2 | ( | T | error2 | ) | [inline] |
Definition at line 46 of file RootUtil/ValueErr.h.
References ValueErr< T >::fError2.
00046 { fError2 = error2; };
| void ValueErr< T >::SetError2 | ( | T | error2 | ) | [inline] |
Definition at line 46 of file Calibrator/ValueErr.h.
References ValueErr< T >::fError2.
Referenced by ValueErr< T >::operator+=(), and ValueErr< T >::operator-=().
00046 { fError2 = error2; };
| void ValueErr< T >::SetFracError | ( | T | frac | ) | [inline] |
Definition at line 47 of file RootUtil/ValueErr.h.
References ValueErr< T >::fError2, and ValueErr< T >::GetValue2().
| void ValueErr< T >::SetFracError | ( | T | frac | ) | [inline] |
Definition at line 47 of file Calibrator/ValueErr.h.
References ValueErr< T >::fError2, and ValueErr< T >::GetValue2().
| void ValueErr< T >::SetValue | ( | T | value | ) | [inline] |
Definition at line 44 of file RootUtil/ValueErr.h.
References ValueErr< T >::fValue.
00044 { fValue = value; };
| void ValueErr< T >::SetValue | ( | T | value | ) | [inline] |
Definition at line 44 of file Calibrator/ValueErr.h.
References ValueErr< T >::fValue.
Referenced by ValueErr< T >::operator+=(), and ValueErr< T >::operator-=().
00044 { fValue = value; };
| void ValueErr< T >::SetValueError2 | ( | T | value, | |
| T | err2 | |||
| ) | [inline] |
Definition at line 43 of file RootUtil/ValueErr.h.
References ValueErr< T >::fError2, and ValueErr< T >::fValue.
| void ValueErr< T >::SetValueError2 | ( | T | value, | |
| T | err2 | |||
| ) | [inline] |
Definition at line 43 of file Calibrator/ValueErr.h.
References ValueErr< T >::fError2, and ValueErr< T >::fValue.
Referenced by QuadLinearityCalScheme::DecalLinearity(), QuadLinearityCalScheme::GetLinearized(), and ValueErr< T >::operator/=().
| static ValueErr<T> ValueErr< T >::valueErr2 | ( | T | value, | |
| T | err2 | |||
| ) | [inline, static, private] |
Definition at line 34 of file RootUtil/ValueErr.h.
00034 { ValueErr<T> result(value); result.SetError2(err2); return result; };
| static ValueErr<T> ValueErr< T >::valueErr2 | ( | T | value, | |
| T | err2 | |||
| ) | [inline, static, private] |
Definition at line 34 of file Calibrator/ValueErr.h.
Referenced by operator *(), operator+(), operator-(), and operator/().
00034 { ValueErr<T> result(value); result.SetError2(err2); return result; };
| ValueErr<L> operator * | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator * | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator * | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator * | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator * | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator * | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator+ | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator+ | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator+ | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator+ | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator+ | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator+ | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator- | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator- | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator- | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator- | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator- | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator- | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator/ | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator/ | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator/ | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator/ | ( | const ValueErr< L > & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator/ | ( | const ValueErr< L > & | lhs, | |
| const L & | rhs | |||
| ) | [friend] |
| ValueErr<L> operator/ | ( | const L & | lhs, | |
| const ValueErr< L > & | rhs | |||
| ) | [friend] |
Definition at line 33 of file Calibrator/ValueErr.h.
Referenced by ValueErr< T >::GetError(), ValueErr< T >::GetError2(), ValueErr< T >::Set(), ValueErr< T >::SetError(), ValueErr< T >::SetError2(), ValueErr< T >::SetFracError(), and ValueErr< T >::SetValueError2().
Definition at line 32 of file Calibrator/ValueErr.h.
Referenced by ValueErr< T >::Get(), ValueErr< T >::GetValue(), ValueErr< T >::GetValue2(), ValueErr< T >::operator()(), ValueErr< T >::operator++(), ValueErr< T >::operator--(), ValueErr< T >::Set(), ValueErr< T >::SetValue(), and ValueErr< T >::SetValueError2().
1.4.7