|
BOSS 8.0.0
BESIII Offline Software System
|
#include "EvtVector3C.hh"#include "EvtComplex.hh"#include "EvtPatches.hh"#include <iostream>#include <math.h>Go to the source code of this file.
Functions | |
| EvtVector3C | rotateEuler (const EvtVector3C &v, double alpha, double beta, double gamma) |
| ostream & | operator<< (ostream &s, const EvtVector3C &v) |
| ostream & operator<< | ( | ostream & | s, |
| const EvtVector3C & | v ) |
Definition at line 87 of file EvtVector3C.cc.
| EvtVector3C rotateEuler | ( | const EvtVector3C & | v, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 57 of file EvtVector3C.cc.