|
BOSS 8.0.0
BESIII Offline Software System
|
#include "EvtTensor4C.hh"#include "EvtComplex.hh"#include "EvtPatches.hh"#include "EvtVector4C.hh"#include <assert.h>#include <iostream>#include <math.h>Go to the source code of this file.
| EvtTensor4C boostTo | ( | const EvtTensor4C & | rs, |
| const EvtVector3R | boost ) |
Definition at line 86 of file EvtTensor4C.cc.
| EvtTensor4C boostTo | ( | const EvtTensor4C & | rs, |
| const EvtVector4R | p4 ) |
Definition at line 79 of file EvtTensor4C.cc.
| EvtTensor4C conj | ( | const EvtTensor4C & | t2 | ) |
Definition at line 359 of file EvtTensor4C.cc.
| EvtComplex cont | ( | const EvtTensor4C & | t1, |
| const EvtTensor4C & | t2 ) |
Definition at line 271 of file EvtTensor4C.cc.
Referenced by EvtEDM::decay(), EvtPi0Dalitz::decay(), DataVector< T >::ElementProxy::ElementProxy(), EvtSpinAmp::extcont(), main(), EvtSpinAmp::operator*, EvtSpinAmp::operator*, EvtSpinAmp::operator*=(), EvtSpinAmp::operator+(), EvtSpinAmp::operator+=(), EvtSpinAmp::operator-(), EvtSpinAmp::operator-=(), EvtSpinAmp::operator/, EvtSpinAmp::operator=(), EvtTensorParticle::rotateToHelicityBasis(), and EvtTensorParticle::rotateToHelicityBasis().
| EvtTensor4C cont11 | ( | const EvtTensor4C & | t1, |
| const EvtTensor4C & | t2 ) |
Definition at line 391 of file EvtTensor4C.cc.
| EvtTensor4C cont22 | ( | const EvtTensor4C & | t1, |
| const EvtTensor4C & | t2 ) |
Definition at line 372 of file EvtTensor4C.cc.
| EvtTensor4C directProd | ( | const EvtVector4C & | c1, |
| const EvtVector4C & | c2 ) |
Definition at line 284 of file EvtTensor4C.cc.
| EvtTensor4C directProd | ( | const EvtVector4C & | c1, |
| const EvtVector4R & | c2 ) |
Definition at line 295 of file EvtTensor4C.cc.
| EvtTensor4C directProd | ( | const EvtVector4R & | c1, |
| const EvtVector4R & | c2 ) |
Definition at line 306 of file EvtTensor4C.cc.
| EvtTensor4C dual | ( | const EvtTensor4C & | t2 | ) |
Definition at line 329 of file EvtTensor4C.cc.
Referenced by EvtbTosllVectorAmp::CalcAmp(), EvtSemiLeptonicTensorAmp::CalcAmp(), EvtSemiLeptonicVectorAmp::CalcAmp(), EvtBHadronic::decay(), EvtKstarnunu::decay(), EvtLNuGamma::decay(), EvtSVPCP::decay(), EvtSVPHelAmp::decay(), EvtTVSPwave::decay(), EvtVSPPwave::decay(), EvtDecayPlaneNormalAngle(), and EvtVector4R::scalartripler3().
| EvtTensor4C operator* | ( | const EvtComplex & | c, |
| const EvtTensor4C & | t1 ) |
Definition at line 246 of file EvtTensor4C.cc.
| EvtTensor4C operator* | ( | const EvtTensor4C & | t1, |
| const EvtComplex & | c ) |
Definition at line 241 of file EvtTensor4C.cc.
| EvtTensor4C operator* | ( | const EvtTensor4C & | t1, |
| double | d ) |
Definition at line 261 of file EvtTensor4C.cc.
| EvtTensor4C operator* | ( | double | d, |
| const EvtTensor4C & | t1 ) |
Definition at line 266 of file EvtTensor4C.cc.
| ostream & operator<< | ( | ostream & | s, |
| const EvtTensor4C & | t ) |
| EvtTensor4C rotateEuler | ( | const EvtTensor4C & | rs, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 72 of file EvtTensor4C.cc.