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.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

namespace  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.