CepGen 1.2.5
Central exclusive processes event generator
|
Wrapper to a string-built functional to be integrated. More...
#include <CepGen/Integration/FunctionalIntegrand.h>
Public Member Functions | |
FunctionalIntegrand (const std::string &, const std::vector< std::string > &, const std::string &func_eval) | |
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 29 of file FunctionalIntegrand.h.
|
explicit |
Definition at line 25 of file FunctionalIntegrand.cpp.
|
overridevirtual |
Implements Integrand.
Definition at line 36 of file FunctionalIntegrand.cpp.
|
virtualinherited |
Reimplemented in ProcessIntegrand.
Definition at line 37 of file Integrand.h.
|
overridevirtual |
Implements Integrand.
Definition at line 45 of file FunctionalIntegrand.cpp.