BOSS 7.0.8
BESIII Offline Software System
|
#include "EvtGenBase/EvtPatches.hh"
#include <iostream>
#include <math.h>
#include <assert.h>
#include "EvtGenBase/EvtVector4R.hh"
#include "EvtGenBase/EvtVector3R.hh"
#include "EvtGenBase/EvtVector4C.hh"
#include "EvtGenBase/EvtTensor4C.hh"
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 70 of file EvtVector4R.cc.
EvtVector4R boostTo | ( | const EvtVector4R & | rs, |
const EvtVector4R & | p4 | ||
) |
Definition at line 61 of file EvtVector4R.cc.
ostream & operator<< | ( | ostream & | s, |
const EvtVector4R & | v | ||
) |
Definition at line 100 of file EvtVector4R.cc.
EvtVector4R rotateEuler | ( | const EvtVector4R & | rs, |
double | alpha, | ||
double | beta, | ||
double | gamma | ||
) |
Definition at line 52 of file EvtVector4R.cc.