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
EvtGammaMatrix.cpp File Reference
#include "EvtGenBase/EvtGammaMatrix.hh"
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtDiracSpinor.hh"
#include "EvtGenBase/EvtReport.hh"
#include "EvtGenBase/EvtTensor4C.hh"
#include "EvtGenBase/EvtVector4C.hh"
#include <assert.h>
#include <iostream>
#include <math.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

EvtGammaMatrix operator* (const EvtGammaMatrix &g, const EvtComplex &c)
EvtGammaMatrix operator* (const EvtComplex &c, const EvtGammaMatrix &g)
ostream & operator<< (ostream &s, const EvtGammaMatrix &g)
EvtDiracSpinor operator* (const EvtGammaMatrix &g, const EvtDiracSpinor &d)

Function Documentation

◆ operator*() [1/3]

EvtGammaMatrix operator* ( const EvtComplex & c,
const EvtGammaMatrix & g )

Definition at line 54 of file EvtGammaMatrix.cpp.

◆ operator*() [2/3]

EvtGammaMatrix operator* ( const EvtGammaMatrix & g,
const EvtComplex & c )

Definition at line 49 of file EvtGammaMatrix.cpp.

◆ operator*() [3/3]

EvtDiracSpinor operator* ( const EvtGammaMatrix & g,
const EvtDiracSpinor & d )

Definition at line 539 of file EvtGammaMatrix.cpp.

◆ operator<<()

ostream & operator<< ( ostream & s,
const EvtGammaMatrix & g )

Definition at line 69 of file EvtGammaMatrix.cpp.