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.
EvtGammaMatrix.cpp File Reference
#include "EvtGenBase/EvtGammaMatrix.hh"
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtDiracSpinor.hh"
#include "EvtGenBase/EvtPatches.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 EvtGammaMatrix g,
const EvtComplex c 
)

Definition at line 50 of file EvtGammaMatrix.cpp.

◆ operator *() [2/3]

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

Definition at line 55 of file EvtGammaMatrix.cpp.

◆ operator *() [3/3]

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

Definition at line 540 of file EvtGammaMatrix.cpp.

◆ operator<<()

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

Definition at line 70 of file EvtGammaMatrix.cpp.