|
BOSS 7.1.3
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"#include <iostream>#include <math.h>#include "EvtGenBase/EvtComplex.hh"#include "EvtGenBase/EvtVector3C.hh"#include "EvtGenBase/EvtTensor3C.hh"#include "EvtGenBase/EvtReport.hh"Go to the source code of this file.
Functions | |
| EvtTensor3C | directProd (const EvtVector3C &c1, const EvtVector3C &c2) |
| EvtTensor3C | directProd (const EvtVector3C &c1, const EvtVector3R &c2) |
| EvtTensor3C | directProd (const EvtVector3R &c1, const EvtVector3R &c2) |
| EvtTensor3C | conj (const EvtTensor3C &t2) |
| EvtTensor3C | cont22 (const EvtTensor3C &t1, const EvtTensor3C &t2) |
| EvtTensor3C | cont11 (const EvtTensor3C &t1, const EvtTensor3C &t2) |
| EvtTensor3C | eps (const EvtVector3R &v) |
| ostream & | operator<< (ostream &s, const EvtTensor3C &v) |
| EvtTensor3C | rotateEuler (const EvtTensor3C &v, double alpha, double beta, double gamma) |
| EvtTensor3C conj | ( | const EvtTensor3C & | t2 | ) |
Definition at line 204 of file EvtTensor3C.cc.
| EvtTensor3C cont11 | ( | const EvtTensor3C & | t1, |
| const EvtTensor3C & | t2 ) |
Definition at line 236 of file EvtTensor3C.cc.
| EvtTensor3C cont22 | ( | const EvtTensor3C & | t1, |
| const EvtTensor3C & | t2 ) |
Definition at line 219 of file EvtTensor3C.cc.
| EvtTensor3C directProd | ( | const EvtVector3C & | c1, |
| const EvtVector3C & | c2 ) |
Definition at line 165 of file EvtTensor3C.cc.
| EvtTensor3C directProd | ( | const EvtVector3C & | c1, |
| const EvtVector3R & | c2 ) |
Definition at line 178 of file EvtTensor3C.cc.
| EvtTensor3C directProd | ( | const EvtVector3R & | c1, |
| const EvtVector3R & | c2 ) |
Definition at line 191 of file EvtTensor3C.cc.
| EvtTensor3C eps | ( | const EvtVector3R & | v | ) |
Definition at line 307 of file EvtTensor3C.cc.
Referenced by EvtbTosllVectorAmp::CalcAmp(), TRunge::Eps(), EvtConExc::gamHXSection(), EvtConExc::gamHXSection(), EvtConExc::gamHXSection_er(), intersection(), TRunge::Propagate_QC(), sortByWireId(), EvtSVVHelAmp::SVVHel(), and TRunge::Yscal().
| ostream & operator<< | ( | ostream & | s, |
| const EvtTensor3C & | v ) |
Definition at line 338 of file EvtTensor3C.cc.
| EvtTensor3C rotateEuler | ( | const EvtTensor3C & | v, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 348 of file EvtTensor3C.cc.