MCBooster  1.0.1
Tool to generate MC phase space samples in parallel.
MCBooster::IFunction< RESULT > Struct Template Referenceabstract

IFunction is the base class for arbitrary functions return any type suported by the framwork. More...

#include <GFunctional.h>

+ Collaboration diagram for MCBooster::IFunction< RESULT >:

Public Member Functions

__host__ virtual __device__ RESULT operator() (const GInt_t n, Vector4R **particles)=0
 

Detailed Description

template<typename RESULT>
struct MCBooster::IFunction< RESULT >

IFunctionArray is the base class for arbitrary functions used to evaluate at once an array of variables.

Definition at line 43 of file GFunctional.h.

Member Function Documentation

template<typename RESULT >
__host__ virtual __device__ RESULT MCBooster::IFunction< RESULT >::operator() ( const GInt_t  n,
Vector4R **  particles 
)
pure virtual

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