|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include "EvtGenBase/EvtVector4C.hh"#include "EvtGenBase/EvtComplex.hh"#include <assert.h>#include <iostream>#include <math.h>Go to the source code of this file.
Functions | |
| EvtVector4C | rotateEuler (const EvtVector4C &rs, double alpha, double beta, double gamma) |
| EvtVector4C | boostTo (const EvtVector4C &rs, const EvtVector4R p4) |
| EvtVector4C | boostTo (const EvtVector4C &rs, const EvtVector3R boost) |
| ostream & | operator<< (ostream &s, const EvtVector4C &v) |
| EvtVector4C boostTo | ( | const EvtVector4C & | rs, |
| const EvtVector3R | boost ) |
Definition at line 62 of file EvtVector4C.cpp.
| EvtVector4C boostTo | ( | const EvtVector4C & | rs, |
| const EvtVector4R | p4 ) |
Definition at line 55 of file EvtVector4C.cpp.
| ostream & operator<< | ( | ostream & | s, |
| const EvtVector4C & | v ) |
Definition at line 148 of file EvtVector4C.cpp.
| EvtVector4C rotateEuler | ( | const EvtVector4C & | rs, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 47 of file EvtVector4C.cpp.