|
BOSS 8.0.0
BESIII Offline Software System
|
#include "EvtVector4R.hh"#include "EvtPatches.hh"#include "EvtTensor4C.hh"#include "EvtVector3R.hh"#include "EvtVector4C.hh"#include <assert.h>#include <iostream>#include <math.h>Go to the source code of this file.
Functions | |
| EvtVector4R | rotateEuler (const EvtVector4R &rs, double alpha, double beta, double gamma) |
| EvtVector4R | boostTo (const EvtVector4R &rs, const EvtVector4R &p4) |
| EvtVector4R | boostTo (const EvtVector4R &rs, const EvtVector3R &boost) |
| ostream & | operator<< (ostream &s, const EvtVector4R &v) |
| EvtVector4R boostTo | ( | const EvtVector4R & | rs, |
| const EvtVector3R & | boost ) |
Definition at line 62 of file EvtVector4R.cc.
| EvtVector4R boostTo | ( | const EvtVector4R & | rs, |
| const EvtVector4R & | p4 ) |
Definition at line 55 of file EvtVector4R.cc.
| ostream & operator<< | ( | ostream & | s, |
| const EvtVector4R & | v ) |
Definition at line 89 of file EvtVector4R.cc.
| EvtVector4R rotateEuler | ( | const EvtVector4R & | rs, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 48 of file EvtVector4R.cc.