|
BOSS 8.0.0
BESIII Offline Software System
|
#include "EvtVector4C.hh"#include "EvtComplex.hh"#include "EvtPatches.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.cc.
| EvtVector4C boostTo | ( | const EvtVector4C & | rs, |
| const EvtVector4R | p4 ) |
Definition at line 55 of file EvtVector4C.cc.
| ostream & operator<< | ( | ostream & | s, |
| const EvtVector4C & | v ) |
Definition at line 146 of file EvtVector4C.cc.
| EvtVector4C rotateEuler | ( | const EvtVector4C & | rs, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 48 of file EvtVector4C.cc.