GooFit  v2.1.3
Public Member Functions | List of all members
GooFit::ZTspin1 Class Reference

#include <SpinHelper.h>

Inheritance diagram for GooFit::ZTspin1:

Public Member Functions

__device__ ZTspin1 (const gpuLVec &q, const gpuLVec &p, fptype mR)
 
__device__ fptype Contract (const gpuLVec &rhs) const
 

Detailed Description

Definition at line 77 of file SpinHelper.h.

Constructor & Destructor Documentation

◆ 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))) {}

Member Function Documentation

◆ 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: