MCBooster  1.0.1
Tool to generate MC phase space samples in parallel.
Evaluate.h File Reference

Evaluate helper template function implementation. More...

+ Include dependency graph for Evaluate.h:

Go to the source code of this file.

Namespaces

 MCBooster
 

Functions

template<typename CUSTOMFUNC , typename RESULT >
void MCBooster::Evaluate (const CUSTOMFUNC funcObj, ParticlesSet_d &pset, mc_host_vector< RESULT > &eval)
 Template functor for evaluate an arbitrary function object. More...
 
template<typename CUSTOMFUNC , typename RESULT >
void MCBooster::Evaluate (const CUSTOMFUNC funcObj, ParticlesSet_d &pset, mc_device_vector< RESULT > dev_out)
 Template functor for evaluate an arbitrary function object. More...
 
template<typename CUSTOMFUNC >
void MCBooster::Evaluate (const CUSTOMFUNC funcObj, ParticlesSet_d &pset)
 Template functor for evaluate an arbitrary function object. More...