#include "EvtComplex.hh"
#include "EvtDiracSpinor.hh"
#include <iosfwd>
Go to the source code of this file.
◆ operator*() [1/5]
Definition at line 45 of file EvtGammaMatrix.cc.
45 {
46 int i, j;
47
49
50 for ( i = 0; i < 4; i++ )
51 {
52 for ( j = 0; j < 4; j++ ) { temp.gamma[i][j] = g.gamma[i][j] * c; }
53 }
54
55 return temp;
56}
◆ operator*() [2/5]
Definition at line 49 of file EvtGammaMatrix.cc.
515 {
516
517 int i;
519
521
523 return temp;
524}
Evt3Rank3C conj(const Evt3Rank3C &t2)
const EvtComplex & get_spinor(int i) const
◆ operator*() [3/5]
◆ operator*() [4/5]
Definition at line 48 of file EvtGammaMatrix.cc.
500 {
501
502 int i, j;
504
505 for ( i = 0; i < 4; i++ )
506 {
508 for ( j = 0; j < 4; j++ )
510 }
511
512 return temp;
513}
void set_spinor(int i, const EvtComplex &sp)
◆ operator*() [5/5]
◆ operator+()
◆ operator-()
◆ operator/()
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | s, |
|
|
const EvtGammaMatrix & | v ) |
◆ slash()
Definition at line 592 of file EvtGammaMatrix.cc.
592 {
595}
static const EvtGammaMatrix & g0()
static const EvtGammaMatrix & g2()
static const EvtGammaMatrix & g1()
static const EvtGammaMatrix & g3()
const EvtComplex & get(int) const
Referenced by EvtLambdaP_BarGamma::decay().