#include "MdcRecoUtil/BesVectorErr.h"
#include "MdcRecoUtil/BesError.h"
#include "CLHEP/Vector/Rotation.h"
#include "CLHEP/Geometry/Point3D.h"
Go to the source code of this file.
◆ HepPoint3D
◆ operator+() [1/2]
Definition at line 44 of file BesPointErr.cxx.
44 {
46 (
v.covMatrix()+
w.covMatrix()));
47 return pe;
48 }
HepGeom::Point3D< double > HepPoint3D
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
◆ operator+() [2/2]
Definition at line 50 of file BesPointErr.cxx.
50 {
52 (
v.covMatrix()+
w.covMatrix()));
53 return pe;
54}
◆ operator-() [1/2]
Definition at line 62 of file BesPointErr.cxx.
62 {
64 (
v.covMatrix()+
w.covMatrix()));
65 return ve;
66}
◆ operator-() [2/2]
Definition at line 56 of file BesPointErr.cxx.
56 {
58 (
v.covMatrix()+
w.covMatrix()));
59 return pe;
60}
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & |
stream, |
|
|
const BesPointErr & |
verr |
|
) |
| |
◆ operator>>()
std::istream & operator>> |
( |
std::istream & |
stream, |
|
|
BesPointErr & |
verr |
|
) |
| |