BOSS 7.0.7
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"
#include <iostream>
#include <math.h>
#include <assert.h>
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtVector4C.hh"
#include "EvtGenBase/EvtTensor4C.hh"
Go to the source code of this file.
EvtTensor4C boostTo | ( | const EvtTensor4C & | rs, |
const EvtVector3R | boost | ||
) |
Definition at line 98 of file EvtTensor4C.cc.
EvtTensor4C boostTo | ( | const EvtTensor4C & | rs, |
const EvtVector4R | p4 | ||
) |
Definition at line 89 of file EvtTensor4C.cc.
EvtTensor4C conj | ( | const EvtTensor4C & | t2 | ) |
Definition at line 411 of file EvtTensor4C.cc.
EvtComplex cont | ( | const EvtTensor4C & | t1, |
const EvtTensor4C & | t2 | ||
) |
Definition at line 312 of file EvtTensor4C.cc.
Referenced by EvtEDM::decay(), EvtPi0Dalitz::decay(), EvtSpinAmp::extcont(), main(), EvtSpinAmp::operator*=(), EvtSpinAmp::operator+(), EvtSpinAmp::operator+=(), EvtSpinAmp::operator-(), EvtSpinAmp::operator-=(), EvtSpinAmp::operator=(), and EvtTensorParticle::rotateToHelicityBasis().
EvtTensor4C cont11 | ( | const EvtTensor4C & | t1, |
const EvtTensor4C & | t2 | ||
) |
Definition at line 443 of file EvtTensor4C.cc.
EvtTensor4C cont22 | ( | const EvtTensor4C & | t1, |
const EvtTensor4C & | t2 | ||
) |
Definition at line 426 of file EvtTensor4C.cc.
EvtTensor4C directProd | ( | const EvtVector4C & | c1, |
const EvtVector4C & | c2 | ||
) |
Definition at line 327 of file EvtTensor4C.cc.
EvtTensor4C directProd | ( | const EvtVector4C & | c1, |
const EvtVector4R & | c2 | ||
) |
Definition at line 340 of file EvtTensor4C.cc.
EvtTensor4C directProd | ( | const EvtVector4R & | c1, |
const EvtVector4R & | c2 | ||
) |
Definition at line 353 of file EvtTensor4C.cc.
EvtTensor4C dual | ( | const EvtTensor4C & | t2 | ) |
Definition at line 379 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 281 of file EvtTensor4C.cc.
EvtTensor4C operator* | ( | const EvtTensor4C & | t1, |
const EvtComplex & | c | ||
) |
Definition at line 275 of file EvtTensor4C.cc.
EvtTensor4C operator* | ( | const EvtTensor4C & | t1, |
double | d | ||
) |
Definition at line 300 of file EvtTensor4C.cc.
EvtTensor4C operator* | ( | double | d, |
const EvtTensor4C & | t1 | ||
) |
Definition at line 306 of file EvtTensor4C.cc.
ostream & operator<< | ( | ostream & | s, |
const EvtTensor4C & | t | ||
) |
Definition at line 205 of file EvtTensor4C.cc.
EvtTensor4C rotateEuler | ( | const EvtTensor4C & | rs, |
double | alpha, | ||
double | beta, | ||
double | gamma | ||
) |
Definition at line 80 of file EvtTensor4C.cc.