|
BOSS 8.0.0
BESIII Offline Software System
|
#include "EvtTensor3C.hh"#include "EvtComplex.hh"#include "EvtPatches.hh"#include "EvtReport.hh"#include "EvtVector3C.hh"#include <iostream>#include <math.h>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 174 of file EvtTensor3C.cc.
| EvtTensor3C cont11 | ( | const EvtTensor3C & | t1, |
| const EvtTensor3C & | t2 ) |
Definition at line 206 of file EvtTensor3C.cc.
| EvtTensor3C cont22 | ( | const EvtTensor3C & | t1, |
| const EvtTensor3C & | t2 ) |
Definition at line 187 of file EvtTensor3C.cc.
| EvtTensor3C directProd | ( | const EvtVector3C & | c1, |
| const EvtVector3C & | c2 ) |
Definition at line 141 of file EvtTensor3C.cc.
| EvtTensor3C directProd | ( | const EvtVector3C & | c1, |
| const EvtVector3R & | c2 ) |
Definition at line 152 of file EvtTensor3C.cc.
| EvtTensor3C directProd | ( | const EvtVector3R & | c1, |
| const EvtVector3R & | c2 ) |
Definition at line 163 of file EvtTensor3C.cc.
| EvtTensor3C eps | ( | const EvtVector3R & | v | ) |
Definition at line 269 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 296 of file EvtTensor3C.cc.
| EvtTensor3C rotateEuler | ( | const EvtTensor3C & | v, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 305 of file EvtTensor3C.cc.