CepGen 1.2.5
Central exclusive processes event generator
|
An integrand wrapper placeholder. More...
#include <CepGen/Integration/Integrand.h>
Public Member Functions | |
Integrand ()=default | |
virtual | ~Integrand () |
virtual double | eval (const std::vector< double > &)=0 |
Compute the integrand for a given coordinates set. | |
virtual size_t | size () const =0 |
Phase space dimension. | |
virtual bool | hasProcess () const |
Does this integrand also contain a process object? | |
Definition at line 27 of file Integrand.h.
|
default |
|
virtual |
Definition at line 30 of file Integrand.h.
|
pure virtual |
Implemented in FunctionalIntegrand, FunctionIntegrand, and ProcessIntegrand.
|
virtual |
Reimplemented in ProcessIntegrand.
Definition at line 37 of file Integrand.h.
|
pure virtual |
Implemented in FunctionalIntegrand, FunctionIntegrand, and ProcessIntegrand.