|
EvtGen
2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtTensor4C.hh>
|
| EvtTensor4C () |
|
| EvtTensor4C (double t00, double t11, double t22, double t33) |
|
| EvtTensor4C (const EvtTensor4C &t1) |
|
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 |
|
|
EvtTensor4C | EvtGenFunctions::directProd (const EvtVector4R &c1, const EvtVector4R &c2) |
|
EvtTensor4C | EvtGenFunctions::directProd (const EvtVector4C &c1, const EvtVector4C &c2) |
|
EvtTensor4C | EvtGenFunctions::directProd (const EvtVector4C &c1, const EvtVector4R &c2) |
|
EvtTensor4C | rotateEuler (const EvtTensor4C &e, double alpha, double beta, double gamma) |
|
EvtTensor4C | boostTo (const EvtTensor4C &e, const EvtVector4R p4) |
|
EvtTensor4C | boostTo (const EvtTensor4C &e, const EvtVector3R boost) |
|
EvtTensor4C | dual (const EvtTensor4C &t2) |
|
EvtTensor4C | conj (const EvtTensor4C &t2) |
|
EvtTensor4C | cont22 (const EvtTensor4C &t1, const EvtTensor4C &t2) |
|
EvtTensor4C | cont11 (const EvtTensor4C &t1, const EvtTensor4C &t2) |
|
EvtTensor4C | operator * (const EvtTensor4C &t1, const EvtComplex &c) |
|
EvtTensor4C | operator * (const EvtComplex &c, const EvtTensor4C &t1) |
|
EvtTensor4C | operator * (const EvtTensor4C &t1, double d) |
|
EvtTensor4C | operator * (double d, const EvtTensor4C &t1) |
|
EvtComplex | cont (const EvtTensor4C &t1, const EvtTensor4C &t2) |
|
EvtTensor4C | operator+ (const EvtTensor4C &t1, const EvtTensor4C &t2) |
|
EvtTensor4C | operator- (const EvtTensor4C &t1, const EvtTensor4C &t2) |
|
std::ostream & | operator<< (std::ostream &s, const EvtTensor4C &t) |
|
Definition at line 38 of file EvtTensor4C.hh.
◆ EvtTensor4C() [1/3]
EvtTensor4C::EvtTensor4C |
( |
| ) |
|
|
inline |
◆ EvtTensor4C() [2/3]
EvtTensor4C::EvtTensor4C |
( |
double |
t00, |
|
|
double |
t11, |
|
|
double |
t22, |
|
|
double |
t33 |
|
) |
| |
|
inline |
◆ EvtTensor4C() [3/3]
◆ addDirProd()
◆ applyBoostTo() [1/2]
void EvtTensor4C::applyBoostTo |
( |
const EvtVector4R & |
p4 | ) |
|
◆ applyBoostTo() [2/2]
void EvtTensor4C::applyBoostTo |
( |
const EvtVector3R & |
boost | ) |
|
◆ applyRotateEuler()
void EvtTensor4C::applyRotateEuler |
( |
double |
alpha, |
|
|
double |
beta, |
|
|
double |
gamma |
|
) |
| |
◆ conj()
◆ cont1() [1/2]
◆ cont1() [2/2]
◆ cont2() [1/2]
◆ cont2() [2/2]
◆ g()
◆ get()
const EvtComplex & EvtTensor4C::get |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ operator *=() [1/2]
◆ operator *=() [2/2]
◆ operator+=()
◆ operator-=()
◆ operator=()
◆ set()
void EvtTensor4C::set |
( |
int |
i, |
|
|
int |
j, |
|
|
const EvtComplex & |
c |
|
) |
| |
|
inline |
◆ setdiag()
void EvtTensor4C::setdiag |
( |
double |
t00, |
|
|
double |
t11, |
|
|
double |
t22, |
|
|
double |
t33 |
|
) |
| |
◆ trace()
◆ zero()
void EvtTensor4C::zero |
( |
| ) |
|
◆ boostTo [1/2]
◆ boostTo [2/2]
◆ conj
◆ cont
◆ cont11
◆ cont22
◆ dual
◆ EvtGenFunctions::directProd [1/3]
◆ EvtGenFunctions::directProd [2/3]
◆ EvtGenFunctions::directProd [3/3]
◆ operator * [1/4]
◆ operator * [2/4]
◆ operator * [3/4]
◆ operator * [4/4]
◆ operator+
◆ operator-
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const EvtTensor4C & |
t |
|
) |
| |
|
friend |
◆ rotateEuler
The documentation for this class was generated from the following files:
|