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

#include <Tddp4Pdf.h>

Inheritance diagram for GooFit::FourDblTupleAdd:

Public Member Functions

__host__ __device__ thrust::tuple< fptype, fptype, fptype, fptypeoperator() (thrust::tuple< fptype, fptype, fptype, fptype > one, thrust::tuple< fptype, fptype, fptype, fptype > two)
 

Detailed Description

Definition at line 170 of file Tddp4Pdf.h.

Member Function Documentation

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

175  {
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)};
180  }

The documentation for this class was generated from the following file: