|
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/EvtVector4C.hh>
|
| EvtVector4C () |
|
| EvtVector4C (const EvtComplex &, const EvtComplex &, const EvtComplex &, const EvtComplex &) |
|
void | set (int, const EvtComplex &) |
|
void | set (const EvtComplex &, const EvtComplex &, const EvtComplex &, const EvtComplex &) |
|
void | set (double, double, double, double) |
|
| EvtVector4C (const EvtVector4R &v1) |
|
const EvtComplex & | get (int) const |
|
EvtComplex | cont (const EvtVector4C &v4) const |
|
EvtVector4C | conj () const |
|
EvtVector3C | vec () const |
|
EvtVector4C & | operator-= (const EvtVector4C &v2) |
|
EvtVector4C & | operator+= (const EvtVector4C &v2) |
|
EvtVector4C & | operator *= (const EvtComplex &c) |
|
void | applyRotateEuler (double alpha, double beta, double gamma) |
|
void | applyBoostTo (const EvtVector4R &p4) |
|
void | applyBoostTo (const EvtVector3R &boost) |
|
double | dot (const EvtVector4C &p2) |
|
|
EvtVector4C | operator * (double d, const EvtVector4C &v2) |
|
EvtVector4C | operator * (const EvtComplex &c, const EvtVector4C &v2) |
|
EvtVector4C | operator * (const EvtVector4C &v2, const EvtComplex &c) |
|
EvtVector4C | operator * (const EvtComplex &c, const EvtVector4R &v2) |
|
EvtComplex | operator * (const EvtVector4R &v1, const EvtVector4C &v2) |
|
EvtComplex | operator * (const EvtVector4C &v1, const EvtVector4R &v2) |
|
EvtComplex | operator * (const EvtVector4C &v1, const EvtVector4C &v2) |
|
EvtVector4C | operator+ (const EvtVector4C &v1, const EvtVector4C &v2) |
|
EvtVector4C | operator- (const EvtVector4C &v1, const EvtVector4C &v2) |
|
std::ostream & | operator<< (std::ostream &s, const EvtVector4C &v) |
|
Definition at line 30 of file EvtVector4C.hh.
◆ EvtVector4C() [1/3]
EvtVector4C::EvtVector4C |
( |
| ) |
|
◆ EvtVector4C() [2/3]
◆ EvtVector4C() [3/3]
◆ applyBoostTo() [1/2]
void EvtVector4C::applyBoostTo |
( |
const EvtVector4R & |
p4 | ) |
|
◆ applyBoostTo() [2/2]
void EvtVector4C::applyBoostTo |
( |
const EvtVector3R & |
boost | ) |
|
◆ applyRotateEuler()
void EvtVector4C::applyRotateEuler |
( |
double |
alpha, |
|
|
double |
beta, |
|
|
double |
gamma |
|
) |
| |
◆ conj()
◆ cont()
◆ dot()
◆ get()
const EvtComplex & EvtVector4C::get |
( |
int |
i | ) |
const |
|
inline |
◆ operator *=()
◆ operator+=()
◆ operator-=()
◆ set() [1/3]
void EvtVector4C::set |
( |
int |
i, |
|
|
const EvtComplex & |
c |
|
) |
| |
|
inline |
◆ set() [2/3]
◆ set() [3/3]
void EvtVector4C::set |
( |
double |
e, |
|
|
double |
p1, |
|
|
double |
p2, |
|
|
double |
p3 |
|
) |
| |
|
inline |
◆ vec()
◆ operator * [1/7]
◆ operator * [2/7]
◆ operator * [3/7]
◆ operator * [4/7]
◆ operator * [5/7]
◆ operator * [6/7]
◆ operator * [7/7]
◆ operator+
◆ operator-
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const EvtVector4C & |
v |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files:
|