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.hh File Reference
#include "EvtGenBase/EvtComplex.hh"
#include "EvtGenBase/EvtDiracSpinor.hh"
#include <iosfwd>

Go to the source code of this file.

Classes

class  EvtGammaMatrix
 

Namespaces

 EvtGenFunctions
 

Functions

EvtGammaMatrix EvtGenFunctions::slash (const EvtVector4C &p)
 
EvtGammaMatrix EvtGenFunctions::slash (const EvtVector4R &p)
 
EvtGammaMatrix operator+ (const EvtGammaMatrix &g1, const EvtGammaMatrix &g2)
 
EvtGammaMatrix operator- (const EvtGammaMatrix &g1, const EvtGammaMatrix &g2)
 
EvtGammaMatrix operator * (const EvtGammaMatrix &g1, const EvtGammaMatrix &g2)
 
EvtGammaMatrix operator/ (const EvtGammaMatrix &g, const double d)
 

Function Documentation

◆ operator *()

EvtGammaMatrix operator * ( const EvtGammaMatrix g1,
const EvtGammaMatrix g2 
)
inline

Definition at line 102 of file EvtGammaMatrix.hh.

◆ operator+()

EvtGammaMatrix operator+ ( const EvtGammaMatrix g1,
const EvtGammaMatrix g2 
)
inline

Definition at line 90 of file EvtGammaMatrix.hh.

◆ operator-()

EvtGammaMatrix operator- ( const EvtGammaMatrix g1,
const EvtGammaMatrix g2 
)
inline

Definition at line 96 of file EvtGammaMatrix.hh.

◆ operator/()

EvtGammaMatrix operator/ ( const EvtGammaMatrix g,
const double  d 
)
inline

Definition at line 108 of file EvtGammaMatrix.hh.