|
BOSS 8.0.0
BESIII Offline Software System
|
#include "MdcRecoUtil/BesVectorErr.h"#include "MdcRecoUtil/DifArray.h"#include "MdcRecoUtil/DifNumber.h"#include <float.h>#include <iostream>Go to the source code of this file.
Functions | |
| BesVectorErr | operator+ (const BesVectorErr &v, const BesVectorErr &w) |
| BesVectorErr | operator- (const BesVectorErr &v, const BesVectorErr &w) |
| BesVectorErr | operator* (const BesVectorErr &p, double a) |
| BesVectorErr | operator* (double a, const BesVectorErr &p) |
| ostream & | operator<< (ostream &stream, const BesVectorErr &verr) |
| istream & | operator>> (istream &stream, BesVectorErr &verr) |
| BesVectorErr operator* | ( | const BesVectorErr & | p, |
| double | a ) |
Definition at line 102 of file BesVectorErr.cxx.
| BesVectorErr operator* | ( | double | a, |
| const BesVectorErr & | p ) |
Definition at line 107 of file BesVectorErr.cxx.
| BesVectorErr operator+ | ( | const BesVectorErr & | v, |
| const BesVectorErr & | w ) |
Definition at line 89 of file BesVectorErr.cxx.
| BesVectorErr operator- | ( | const BesVectorErr & | v, |
| const BesVectorErr & | w ) |
| ostream & operator<< | ( | ostream & | stream, |
| const BesVectorErr & | verr ) |
Definition at line 112 of file BesVectorErr.cxx.
| istream & operator>> | ( | istream & | stream, |
| BesVectorErr & | verr ) |
Definition at line 118 of file BesVectorErr.cxx.