|
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/EvtVector3C.hh>
|
EvtVector3C | rotateEuler (const EvtVector3C &v, double phi, double theta, double ksi) |
|
EvtVector3C | operator * (const EvtComplex &c, const EvtVector3C &v2) |
|
EvtVector3C | operator * (const EvtComplex &c, const EvtVector3R &v2) |
|
EvtComplex | operator * (const EvtVector3R &v1, const EvtVector3C &v2) |
|
EvtComplex | operator * (const EvtVector3C &v1, const EvtVector3R &v2) |
|
EvtComplex | operator * (const EvtVector3C &v1, const EvtVector3C &v2) |
|
EvtVector3C | operator+ (const EvtVector3C &v1, const EvtVector3C &v2) |
|
EvtVector3C | operator- (const EvtVector3C &v1, const EvtVector3C &v2) |
|
EvtVector3C | operator * (const EvtVector3C &v1, const EvtComplex &c) |
|
std::ostream & | operator<< (std::ostream &c, const EvtVector3C &v) |
|
Definition at line 29 of file EvtVector3C.hh.
◆ EvtVector3C() [1/3]
EvtVector3C::EvtVector3C |
( |
| ) |
|
◆ EvtVector3C() [2/3]
◆ EvtVector3C() [3/3]
◆ applyRotateEuler()
void EvtVector3C::applyRotateEuler |
( |
double |
phi, |
|
|
double |
theta, |
|
|
double |
ksi |
|
) |
| |
◆ conj()
◆ cross()
◆ dot()
◆ get()
const EvtComplex & EvtVector3C::get |
( |
int |
i | ) |
const |
|
inline |
◆ operator *=()
◆ operator+=()
◆ operator-=()
◆ operator/=()
◆ set() [1/3]
void EvtVector3C::set |
( |
const int |
i, |
|
|
const EvtComplex & |
c |
|
) |
| |
|
inline |
◆ set() [2/3]
◆ set() [3/3]
void EvtVector3C::set |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
◆ operator * [1/6]
◆ operator * [2/6]
◆ operator * [3/6]
◆ operator * [4/6]
◆ operator * [5/6]
◆ operator * [6/6]
◆ operator+
◆ operator-
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
c, |
|
|
const EvtVector3C & |
v |
|
) |
| |
|
friend |
◆ rotateEuler
The documentation for this class was generated from the following files:
|