MCBooster
1.0.1
Tool to generate MC phase space samples in parallel.
|
IFunction is the base class for arbitrary functions return any type suported by the framwork. More...
#include <GFunctional.h>
Public Member Functions | |
__host__ virtual __device__ RESULT | operator() (const GInt_t n, Vector4R **particles)=0 |
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.
|
pure virtual |