MCBooster
1.0.1
Tool to generate MC phase space samples in parallel.
|
Evaluate helper template function implementation. More...
#include <mcbooster/Config.h>
#include <mcbooster/Vector3R.h>
#include <mcbooster/Vector4R.h>
#include <mcbooster/GContainers.h>
#include <mcbooster/GTypes.h>
#include <mcbooster/functors/Calculate.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... | |