BOSS 7.1.2
BESIII Offline Software System
|
#include <float.h>
#include <iostream>
#include "MdcRecoUtil/BesVectorErr.h"
#include "MdcRecoUtil/DifNumber.h"
#include "MdcRecoUtil/DifArray.h"
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 105 of file BesVectorErr.cxx.
BesVectorErr operator* | ( | double | a, |
const BesVectorErr & | p ) |
Definition at line 111 of file BesVectorErr.cxx.
BesVectorErr operator+ | ( | const BesVectorErr & | v, |
const BesVectorErr & | w ) |
Definition at line 92 of file BesVectorErr.cxx.
BesVectorErr operator- | ( | const BesVectorErr & | v, |
const BesVectorErr & | w ) |
ostream & operator<< | ( | ostream & | stream, |
const BesVectorErr & | verr ) |
Definition at line 118 of file BesVectorErr.cxx.
istream & operator>> | ( | istream & | stream, |
BesVectorErr & | verr ) |
Definition at line 125 of file BesVectorErr.cxx.