#include "EvtGenBase/EvtSpinType.hh"
#include "EvtGenBase/EvtComplex.hh"
#include <vector>
#include <cstdarg>
Go to the source code of this file.
◆ operator*() [1/2]
Definition at line 20 of file EvtSpinAmp.cc.
26{
28
29 for( int i=0; i<ret._elem.size(); ++i ) {
31 }
32
33 return ret;
34}
EvtComplex cont(const EvtTensor4C &t1, const EvtTensor4C &t2)
◆ operator*() [2/2]
◆ operator/()
Definition at line 22 of file EvtSpinAmp.cc.
42{
44
45 for( int i=0; i<ret._elem.size(); ++i ) {
47 }
48
49 return ret;
50}