|
BOSS 8.0.0
BESIII Offline Software System
|
#include <EvtTensor4C.hh>
Public Member Functions | |
| EvtTensor4C () | |
| EvtTensor4C (double t00, double t11, double t22, double t33) | |
| EvtTensor4C (const EvtTensor4C &t1) | |
| virtual | ~EvtTensor4C () |
| EvtTensor4C & | operator= (const EvtTensor4C &t1) |
| EvtTensor4C & | operator*= (const EvtComplex &c) |
| EvtTensor4C & | operator*= (double d) |
| EvtTensor4C & | addDirProd (const EvtVector4R &p1, const EvtVector4R &p2) |
| void | set (int i, int j, const EvtComplex &c) |
| void | setdiag (double t00, double t11, double t22, double t33) |
| const EvtComplex & | get (int i, int j) const |
| EvtComplex | trace () const |
| void | zero () |
| void | applyRotateEuler (double alpha, double beta, double gamma) |
| void | applyBoostTo (const EvtVector4R &p4) |
| void | applyBoostTo (const EvtVector3R &boost) |
| EvtTensor4C & | operator+= (const EvtTensor4C &t2) |
| EvtTensor4C & | operator-= (const EvtTensor4C &t2) |
| EvtTensor4C | conj () const |
| EvtVector4C | cont1 (const EvtVector4C &v4) const |
| EvtVector4C | cont2 (const EvtVector4C &v4) const |
| EvtVector4C | cont1 (const EvtVector4R &v4) const |
| EvtVector4C | cont2 (const EvtVector4R &v4) const |
Static Public Member Functions | |
| static const EvtTensor4C & | g () |
Definition at line 51 of file EvtTensor4C.hh.
|
inline |
Definition at line 73 of file EvtTensor4C.hh.
Referenced by addDirProd(), boostTo, boostTo, conj(), conj, cont, cont11, cont22, directProd, directProd, directProd, dual, EvtTensor4C(), g(), operator*, operator*, operator*, operator*, operator*=(), operator*=(), operator+, operator+=(), operator-, operator-=(), operator<<, operator=(), and rotateEuler.
|
inline |
Definition at line 75 of file EvtTensor4C.hh.
| EvtTensor4C::EvtTensor4C | ( | const EvtTensor4C & | t1 | ) |
Definition at line 31 of file EvtTensor4C.cc.
|
virtual |
Definition at line 41 of file EvtTensor4C.cc.
| EvtTensor4C & EvtTensor4C::addDirProd | ( | const EvtVector4R & | p1, |
| const EvtVector4R & | p2 ) |
Definition at line 318 of file EvtTensor4C.cc.
Referenced by EvtSemiLeptonicVectorAmp::CalcAmp().
| void EvtTensor4C::applyBoostTo | ( | const EvtVector3R & | boost | ) |
Definition at line 104 of file EvtTensor4C.cc.
| void EvtTensor4C::applyBoostTo | ( | const EvtVector4R & | p4 | ) |
Definition at line 93 of file EvtTensor4C.cc.
Referenced by applyBoostTo(), boostTo, boostTo, and EvtTensorParticle::epsTensorParent().
| void EvtTensor4C::applyRotateEuler | ( | double | alpha, |
| double | beta, | ||
| double | gamma ) |
Definition at line 466 of file EvtTensor4C.cc.
Referenced by rotateEuler.
| EvtTensor4C EvtTensor4C::conj | ( | ) | const |
Definition at line 60 of file EvtTensor4C.cc.
| EvtVector4C EvtTensor4C::cont1 | ( | const EvtVector4C & | v4 | ) | const |
Definition at line 410 of file EvtTensor4C.cc.
Referenced by EvtSemiLeptonicVectorAmp::CalcAmp(), EvtBHadronic::decay(), EvtKstarnunu::decay(), EvtSSDCP::decay(), EvtSTS::decay(), EvtSTSCP::decay(), EvtSVPCP::decay(), EvtSVPHelAmp::decay(), EvtTSS::decay(), EvtTVSPwave::decay(), EvtVSPPwave::decay(), and EvtVVSPwave::decay().
| EvtVector4C EvtTensor4C::cont1 | ( | const EvtVector4R & | v4 | ) | const |
| EvtVector4C EvtTensor4C::cont2 | ( | const EvtVector4C & | v4 | ) | const |
Definition at line 424 of file EvtTensor4C.cc.
Referenced by EvtSemiLeptonicTensorAmp::CalcAmp(), EvtBHadronic::decay(), EvtLNuGamma::decay(), EvtDecayPlaneNormalAngle(), and EvtVector4R::scalartripler3().
| EvtVector4C EvtTensor4C::cont2 | ( | const EvtVector4R & | v4 | ) | const |
|
static |
Definition at line 43 of file EvtTensor4C.cc.
Referenced by EvtbTosllVectorAmp::CalcAmp(), EvtSemiLeptonicVectorAmp::CalcAmp(), EvtKstarnunu::decay(), EvtPi0Dalitz::decay(), EvtGammaMatrix::sigmaLower(), and EvtGammaMatrix::sigmaUpper().
|
inline |
Definition at line 119 of file EvtTensor4C.hh.
Referenced by conj, cont11, cont22, dual, EvtDiracSpinor::EvtLeptonTCurrent, EvtDiracSpinor::EvtLeptonTg5Current, operator+=(), operator-=(), and EvtGammaMatrix::sigmaLower().
| EvtTensor4C & EvtTensor4C::operator*= | ( | const EvtComplex & | c | ) |
Definition at line 231 of file EvtTensor4C.cc.
| EvtTensor4C & EvtTensor4C::operator*= | ( | double | d | ) |
Definition at line 251 of file EvtTensor4C.cc.
| EvtTensor4C & EvtTensor4C::operator+= | ( | const EvtTensor4C & | t2 | ) |
Definition at line 209 of file EvtTensor4C.cc.
| EvtTensor4C & EvtTensor4C::operator-= | ( | const EvtTensor4C & | t2 | ) |
Definition at line 220 of file EvtTensor4C.cc.
| EvtTensor4C & EvtTensor4C::operator= | ( | const EvtTensor4C & | t1 | ) |
Definition at line 50 of file EvtTensor4C.cc.
|
inline |
Definition at line 117 of file EvtTensor4C.hh.
Referenced by conj, cont11, cont22, directProd, directProd, dual, EvtDiracSpinor::EvtLeptonTCurrent, EvtDiracSpinor::EvtLeptonTg5Current, and operator*().
| void EvtTensor4C::setdiag | ( | double | t00, |
| double | t11, | ||
| double | t22, | ||
| double | t33 ) |
Definition at line 190 of file EvtTensor4C.cc.
Referenced by EvtBHadronic::decay(), EvtSVPCP::decay(), EvtSVPHelAmp::decay(), EvtVVSPwave::decay(), and EvtTensor4C().
|
inline |
Definition at line 121 of file EvtTensor4C.hh.
| void EvtTensor4C::zero | ( | ) |
Definition at line 170 of file EvtTensor4C.cc.
Referenced by EvtDiracSpinor::EvtLeptonTCurrent, and EvtDiracSpinor::EvtLeptonTg5Current.
|
friend |
Definition at line 86 of file EvtTensor4C.cc.
|
friend |
Definition at line 79 of file EvtTensor4C.cc.
|
friend |
Definition at line 359 of file EvtTensor4C.cc.
Referenced by conj.
|
friend |
Definition at line 271 of file EvtTensor4C.cc.
|
friend |
Definition at line 391 of file EvtTensor4C.cc.
|
friend |
Definition at line 372 of file EvtTensor4C.cc.
|
friend |
Definition at line 284 of file EvtTensor4C.cc.
|
friend |
Definition at line 295 of file EvtTensor4C.cc.
|
friend |
Definition at line 306 of file EvtTensor4C.cc.
|
friend |
Definition at line 329 of file EvtTensor4C.cc.
|
friend |
Definition at line 246 of file EvtTensor4C.cc.
|
friend |
Definition at line 241 of file EvtTensor4C.cc.
|
friend |
Definition at line 261 of file EvtTensor4C.cc.
|
friend |
Definition at line 266 of file EvtTensor4C.cc.
|
friend |
Definition at line 107 of file EvtTensor4C.hh.
|
friend |
Definition at line 112 of file EvtTensor4C.hh.
|
friend |
|
friend |
Definition at line 72 of file EvtTensor4C.cc.