BOSS 7.0.9
BESIII Offline Software System
|
#include <stdio.h>
#include <float.h>
#include "MdcRecoUtil/DifNumber.h"
#include "MdcRecoUtil/DifArray.h"
#include "MdcRecoUtil/BesPointErr.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 75 of file BesPointErr.cxx.