evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
EvtVector4C.cpp File Reference
#include "EvtGenBase/EvtVector4C.hh"
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtPatches.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 EvtVector4R  p4 
)

Definition at line 56 of file EvtVector4C.cpp.

◆ boostTo() [2/2]

EvtVector4C boostTo ( const EvtVector4C rs,
const EvtVector3R  boost 
)

Definition at line 63 of file EvtVector4C.cpp.

◆ operator<<()

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

Definition at line 149 of file EvtVector4C.cpp.

◆ rotateEuler()

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

Definition at line 48 of file EvtVector4C.cpp.