#include <TCouplings.hh>
|
| | SpinTwoCouplings () |
| |
| | SpinTwoCouplings (SpinTwoCouplings const &other) |
| |
| virtual | ~SpinTwoCouplings () |
| |
| void | reset () |
| |
| void | copy (SpinTwoCouplings const &other) |
| |
| SpinTwoCouplings * | getRef () |
| |
| void | SetGVVCouplings (unsigned int index, double c_real, double c_imag) |
| |
| void | SetGVVpCouplings (unsigned int index, double c_real, double c_imag) |
| |
| void | SetGVpVpCouplings (unsigned int index, double c_real, double c_imag) |
| |
| void | SetGQQCouplings (unsigned int index, double c_real, double c_imag) |
| |
| void | SetGGGCouplings (unsigned int index, double c_real, double c_imag) |
| |
Definition at line 85 of file TCouplings.hh.
◆ SpinTwoCouplings() [1/2]
| SpinTwoCouplings::SpinTwoCouplings |
( |
| ) |
|
◆ SpinTwoCouplings() [2/2]
◆ ~SpinTwoCouplings()
| SpinTwoCouplings::~SpinTwoCouplings |
( |
| ) |
|
|
virtual |
◆ copy()
Definition at line 342 of file TCouplings.cc.
343 for (
int im=0; im<2; im++){
344 for (
int ic=0; ic<
SIZE_GVV; ic++)
Gvvcoupl[ic][im] = (other.Gvvcoupl)[ic][im];
345 for (
int ic=0; ic<
SIZE_GGG; ic++)
Gggcoupl[ic][im] = (other.Gggcoupl)[ic][im];
346 for (
int ic=0; ic<
SIZE_GQQ; ic++)
Gqqcoupl[ic][im] = (other.Gqqcoupl)[ic][im];
◆ getRef()
◆ reset()
| void SpinTwoCouplings::reset |
( |
| ) |
|
◆ SetGGGCouplings()
| void SpinTwoCouplings::SetGGGCouplings |
( |
unsigned int |
index, |
|
|
double |
c_real, |
|
|
double |
c_imag |
|
) |
| |
Definition at line 379 of file TCouplings.cc.
380 if (index>=
SIZE_GGG)
MELAerr <<
"Cannot set index " << index <<
" for the Gggcoupl, out of range." << endl;
◆ SetGQQCouplings()
| void SpinTwoCouplings::SetGQQCouplings |
( |
unsigned int |
index, |
|
|
double |
c_real, |
|
|
double |
c_imag |
|
) |
| |
Definition at line 372 of file TCouplings.cc.
373 if (index>=
SIZE_GQQ)
MELAerr <<
"Cannot set index " << index <<
" for the Gqqcoupl, out of range." << endl;
◆ SetGVpVpCouplings()
| void SpinTwoCouplings::SetGVpVpCouplings |
( |
unsigned int |
index, |
|
|
double |
c_real, |
|
|
double |
c_imag |
|
) |
| |
Definition at line 365 of file TCouplings.cc.
366 if (index>=
SIZE_GVV)
MELAerr <<
"Cannot set index " << index <<
" for the Gvpvpcoupl, out of range." << endl;
◆ SetGVVCouplings()
| void SpinTwoCouplings::SetGVVCouplings |
( |
unsigned int |
index, |
|
|
double |
c_real, |
|
|
double |
c_imag |
|
) |
| |
Definition at line 351 of file TCouplings.cc.
352 if (index>=
SIZE_GVV)
MELAerr <<
"Cannot set index " << index <<
" for the Gvvcoupl, out of range." << endl;
◆ SetGVVpCouplings()
| void SpinTwoCouplings::SetGVVpCouplings |
( |
unsigned int |
index, |
|
|
double |
c_real, |
|
|
double |
c_imag |
|
) |
| |
Definition at line 358 of file TCouplings.cc.
359 if (index>=
SIZE_GVV)
MELAerr <<
"Cannot set index " << index <<
" for the Gvvpcoupl, out of range." << endl;
◆ Gggcoupl
| double SpinTwoCouplings::Gggcoupl[SIZE_GGG][2] |
◆ Gqqcoupl
| double SpinTwoCouplings::Gqqcoupl[SIZE_GQQ][2] |
◆ Gvpvpcoupl
| double SpinTwoCouplings::Gvpvpcoupl[SIZE_GVV][2] |
◆ Gvvcoupl
| double SpinTwoCouplings::Gvvcoupl[SIZE_GVV][2] |
◆ Gvvpcoupl
| double SpinTwoCouplings::Gvvpcoupl[SIZE_GVV][2] |
The documentation for this class was generated from the following files: