EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
Loading...
Searching...
No Matches
EvtVector4C.cpp File Reference
#include "EvtGenBase/EvtVector4C.hh"
#include "EvtGenBase/EvtComplex.hh"
#include <assert.h>
#include <iostream>
#include <math.h>

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)

Function Documentation

◆ boostTo() [1/2]

EvtVector4C boostTo ( const EvtVector4C & rs,
const EvtVector3R boost )

Definition at line 62 of file EvtVector4C.cpp.

◆ boostTo() [2/2]

EvtVector4C boostTo ( const EvtVector4C & rs,
const EvtVector4R p4 )

Definition at line 55 of file EvtVector4C.cpp.

◆ operator<<()

ostream & operator<< ( ostream & s,
const EvtVector4C & v )

Definition at line 148 of file EvtVector4C.cpp.

◆ rotateEuler()

EvtVector4C rotateEuler ( const EvtVector4C & rs,
double alpha,
double beta,
double gamma )

Definition at line 47 of file EvtVector4C.cpp.