#include <SpinHelper.h>
Definition at line 77 of file SpinHelper.h.
◆ ZTspin1()
__device__ GooFit::ZTspin1::ZTspin1 |
( |
const gpuLVec & |
q, |
|
|
const gpuLVec & |
p, |
|
|
fptype |
mR |
|
) |
| |
|
inline |
Definition at line 80 of file SpinHelper.h.
81 : gpuLVec(q - q.Dot(p) * p * (1. / (mR * mR))) {}
◆ Contract()
__device__ fptype GooFit::ZTspin1::Contract |
( |
const gpuLVec & |
rhs | ) |
const |
|
inline |
Definition at line 83 of file SpinHelper.h.
83 {
return this->Dot(rhs); }
The documentation for this class was generated from the following file:
- /home/travis/build/GooFit/GooFit/include/goofit/PDFs/physics/SpinHelper.h