|
BOSS 8.0.0
BESIII Offline Software System
|
#include "MdcRecoUtil/BesPointErr.h"#include "MdcRecoUtil/DifArray.h"#include "MdcRecoUtil/DifNumber.h"#include <float.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| BesPointErr | operator+ (const BesPointErr &v, const BesVectorErr &w) |
| BesPointErr | operator+ (const BesVectorErr &w, const BesPointErr &v) |
| BesPointErr | operator- (const BesPointErr &v, const BesVectorErr &w) |
| BesVectorErr | operator- (const BesPointErr &v, const BesPointErr &w) |
| ostream & | operator<< (ostream &stream, const BesPointErr &verr) |
| istream & | operator>> (istream &stream, BesPointErr &verr) |
| BesPointErr operator+ | ( | const BesPointErr & | v, |
| const BesVectorErr & | w ) |
Definition at line 44 of file BesPointErr.cxx.
| BesPointErr operator+ | ( | const BesVectorErr & | w, |
| const BesPointErr & | v ) |
Definition at line 50 of file BesPointErr.cxx.
| BesVectorErr operator- | ( | const BesPointErr & | v, |
| const BesPointErr & | w ) |
Definition at line 62 of file BesPointErr.cxx.
| BesPointErr operator- | ( | const BesPointErr & | v, |
| const BesVectorErr & | w ) |
Definition at line 56 of file BesPointErr.cxx.
| ostream & operator<< | ( | ostream & | stream, |
| const BesPointErr & | verr ) |
Definition at line 68 of file BesPointErr.cxx.
| istream & operator>> | ( | istream & | stream, |
| BesPointErr & | verr ) |
Definition at line 74 of file BesPointErr.cxx.