Go to the source code of this file.
◆ operator*() [1/5]
Definition at line 45 of file EvtGammaMatrix.cc.
50 {
51 int i,j;
52
54
55 for(i=0;i<4;i++){
56 for(j=0;j<4;j++){
57 temp.gamma[i][j]=g.gamma[i][j]*c;
58 }
59 }
60
61 return temp;
62
63}
◆ operator*() [2/5]
Definition at line 49 of file EvtGammaMatrix.cc.
589 {
590
591 int i;
593
595
596 for(i=0;i<4;i++){
598 }
599 return temp;
600}
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.
573 {
574
575 int i,j;
577
578 for(i=0;i<4;i++){
580 for(j=0;j<4;j++){
582 }
583 }
584
585 return temp;
586}
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 671 of file EvtGammaMatrix.cc.
672{
674}
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().