#include <Tddp4Pdf.h>
|
__host__ __device__ thrust::tuple< fptype, fptype, fptype, fptype > | operator() (thrust::tuple< fptype, fptype, fptype, fptype > one, thrust::tuple< fptype, fptype, fptype, fptype > two) |
|
Definition at line 170 of file Tddp4Pdf.h.
◆ operator()()
__host__ __device__ thrust::tuple<fptype, fptype, fptype, fptype> GooFit::FourDblTupleAdd::operator() |
( |
thrust::tuple< fptype, fptype, fptype, fptype > |
one, |
|
|
thrust::tuple< fptype, fptype, fptype, fptype > |
two |
|
) |
| |
|
inline |
Definition at line 175 of file Tddp4Pdf.h.
176 return {thrust::get<0>(one) + thrust::get<0>(two),
177 thrust::get<1>(one) + thrust::get<1>(two),
178 thrust::get<2>(one) + thrust::get<2>(two),
179 thrust::get<3>(one) + thrust::get<3>(two)};
The documentation for this class was generated from the following file:
- /home/travis/build/GooFit/GooFit/include/goofit/PDFs/physics/Tddp4Pdf.h