![]() |
AmpGen 2.1
|
Definition at line 14 of file KahanSum.h.
Public Member Functions | |
| KahanSum & | operator+= (const T &var) |
| T | operator() () const |
Public Attributes | |
| T | sum = 0. |
| T | cor = 0. |
|
inline |
Definition at line 32 of file KahanSum.h.
|
inline |
Definition at line 17 of file KahanSum.h.
| T AmpGen::KahanSum< T >::cor = 0. |
Definition at line 16 of file KahanSum.h.
| T AmpGen::KahanSum< T >::sum = 0. |
Definition at line 15 of file KahanSum.h.