|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include "EvtGenBase/EvtVector4R.hh"#include "EvtGenBase/EvtTensor4C.hh"#include "EvtGenBase/EvtVector3R.hh"#include "EvtGenBase/EvtVector4C.hh"#include <cmath>#include <iostream>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, bool inverse) |
| EvtVector4R | boostTo (const EvtVector4R &rs, const EvtVector3R &boost, bool inverse) |
| ostream & | operator<< (ostream &s, const EvtVector4R &v) |
| EvtVector4R boostTo | ( | const EvtVector4R & | rs, |
| const EvtVector3R & | boost, | ||
| bool | inverse ) |
Definition at line 75 of file EvtVector4R.cpp.
| EvtVector4R boostTo | ( | const EvtVector4R & | rs, |
| const EvtVector4R & | p4, | ||
| bool | inverse ) |
Definition at line 68 of file EvtVector4R.cpp.
| ostream & operator<< | ( | ostream & | s, |
| const EvtVector4R & | v ) |
Definition at line 103 of file EvtVector4R.cpp.
| EvtVector4R rotateEuler | ( | const EvtVector4R & | rs, |
| double | alpha, | ||
| double | beta, | ||
| double | gamma ) |
Definition at line 60 of file EvtVector4R.cpp.