CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#include "EvtGenBase/EvtSpinType.hh"
#include "EvtGenBase/EvtComplex.hh"
#include <vector>
#include <cstdarg>
Go to the source code of this file.
Classes | |
class | EvtSpinAmp |
Functions | |
EvtSpinAmp | operator* (const EvtComplex &, const EvtSpinAmp &) |
EvtSpinAmp | operator* (const EvtSpinAmp &, const EvtComplex &) |
EvtSpinAmp | operator/ (const EvtSpinAmp &, const EvtComplex &) |
EvtSpinAmp operator* | ( | const EvtComplex & | real, |
const EvtSpinAmp & | cont | ||
) |
Definition at line 20 of file EvtSpinAmp.cc.
EvtSpinAmp operator* | ( | const EvtSpinAmp & | cont, |
const EvtComplex & | real | ||
) |
Definition at line 21 of file EvtSpinAmp.cc.
EvtSpinAmp operator/ | ( | const EvtSpinAmp & | cont, |
const EvtComplex & | real | ||
) |
Definition at line 22 of file EvtSpinAmp.cc.