#include "CLHEP/Vector/Rotation.h"
#include "MdcRecoUtil/BesError.h"
#include <iosfwd>
Go to the source code of this file.
◆ operator*() [1/2]
Definition at line 102 of file BesVectorErr.cxx.
102 {
104 return ve;
105}
const BesError & covMatrix() const
◆ operator*() [2/2]
◆ operator+()
Definition at line 89 of file BesVectorErr.cxx.
89 {
91 (
v.covMatrix() +
w.covMatrix() ) );
92 return ve;
93}
**********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-()
Definition at line 95 of file BesVectorErr.cxx.
95 {
97 (
v.covMatrix() +
w.covMatrix() ) );
98 return ve;
99}
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const BesVectorErr & | verr ) |
◆ operator>>()
| std::istream & operator>> |
( |
std::istream & | stream, |
|
|
BesVectorErr & | verr ) |