CepGen 1.2.5
Central exclusive processes event generator
|
Wrapper to the function to be integrated. More...
#include <CepGen/Integration/FunctionIntegrand.h>
Public Member Functions | |
FunctionIntegrand (size_t, const std::function< double(const std::vector< double > &)> &) | |
double | eval (const std::vector< double > &) override |
Compute the integrand for a given coordinates set. | |
size_t | size () const override |
Phase space dimension. | |
virtual bool | hasProcess () const |
Does this integrand also contain a process object? | |
Definition at line 28 of file FunctionIntegrand.h.
|
explicit |
Definition at line 23 of file FunctionIntegrand.cpp.
|
overridevirtual |
Implements Integrand.
Definition at line 26 of file FunctionIntegrand.cpp.
|
virtualinherited |
Reimplemented in ProcessIntegrand.
Definition at line 37 of file Integrand.h.
|
overridevirtual |
Implements Integrand.
Definition at line 33 of file FunctionIntegrand.h.