BOSS 7.1.1
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"
#include <iostream>
#include <math.h>
#include <assert.h>
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtVector4C.hh"
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 64 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 156 of file EvtVector4C.cc.
EvtVector4C rotateEuler | ( | const EvtVector4C & | rs, |
double | alpha, | ||
double | beta, | ||
double | gamma ) |
Definition at line 46 of file EvtVector4C.cc.