#include <Functions.h>
Public Member Functions | |
FunctionForIntegral (const backgroundFunctionBase *function, const std::vector< double >::const_iterator &parBgrIt) | |
double | operator() (const double *mass, const double *) const |
~FunctionForIntegral () | |
Protected Attributes | |
const backgroundFunctionBase * | function_ |
double * | parval_ |
Definition at line 2733 of file Functions.h.
backgroundFunctionBase::FunctionForIntegral::FunctionForIntegral | ( | const backgroundFunctionBase * | function, |
const std::vector< double >::const_iterator & | parBgrIt | ||
) | [inline] |
backgroundFunctionBase::FunctionForIntegral::~FunctionForIntegral | ( | ) | [inline] |
double backgroundFunctionBase::FunctionForIntegral::operator() | ( | const double * | mass, |
const double * | |||
) | const [inline] |
const backgroundFunctionBase* backgroundFunctionBase::FunctionForIntegral::function_ [protected] |
Definition at line 2755 of file Functions.h.
Referenced by FunctionForIntegral(), and operator()().
double* backgroundFunctionBase::FunctionForIntegral::parval_ [protected] |
Definition at line 2756 of file Functions.h.
Referenced by FunctionForIntegral(), operator()(), and ~FunctionForIntegral().