#include <TCouplings.hh>
Definition at line 68 of file TCouplings.hh.
◆ SpinOneCouplings() [1/2]
SpinOneCouplings::SpinOneCouplings |
( |
| ) |
|
◆ SpinOneCouplings() [2/2]
◆ ~SpinOneCouplings()
SpinOneCouplings::~SpinOneCouplings |
( |
| ) |
|
|
virtual |
◆ copy()
Definition at line 296 of file TCouplings.cc.
297 for (
int im=0; im<2; im++){
298 for (
int ic=0; ic<
SIZE_ZVV; ic++)
Zvvcoupl[ic][im] = (other.Zvvcoupl)[ic][im];
299 for (
int ic=0; ic<
SIZE_ZQQ; ic++)
Zqqcoupl[ic][im] = (other.Zqqcoupl)[ic][im];
◆ getRef()
◆ reset()
void SpinOneCouplings::reset |
( |
| ) |
|
◆ SetZQQCouplings()
void SpinOneCouplings::SetZQQCouplings |
( |
unsigned int |
index, |
|
|
double |
c_real, |
|
|
double |
c_imag |
|
) |
| |
Definition at line 311 of file TCouplings.cc.
312 if (index>=
SIZE_ZQQ)
MELAerr <<
"Cannot set index " << index <<
" for the Zqqcoupl, out of range." << endl;
◆ SetZVVCouplings()
void SpinOneCouplings::SetZVVCouplings |
( |
unsigned int |
index, |
|
|
double |
c_real, |
|
|
double |
c_imag |
|
) |
| |
Definition at line 304 of file TCouplings.cc.
305 if (index>=
SIZE_ZVV)
MELAerr <<
"Cannot set index " << index <<
" for the Zvvcoupl, out of range." << endl;
◆ Zqqcoupl
double SpinOneCouplings::Zqqcoupl[SIZE_ZQQ][2] |
◆ Zvvcoupl
double SpinOneCouplings::Zvvcoupl[SIZE_ZVV][2] |
The documentation for this class was generated from the following files: