#include <kernel.h>
Public Member Functions | |
CKernelExactHBT (string kparsfilename="") | |
double | GetValue (int ell, double q, double r) const |
Definition at line 63 of file kernel.h.
CKernelExactHBT::CKernelExactHBT | ( | string | kparsfilename = "" |
) | [inline] |
double CKernelExactHBT::GetValue | ( | int | ell, | |
double | q, | |||
double | r | |||
) | const [inline, virtual] |
Performs the linear interpolation to get the value of the kernel at a particular point
ell | The Legendre order of the requested kernel | |
q | The value of relative momentum at which you want to evaluate the kernel (in MeV/c) | |
r | The value of separation at which you want to evaluate the kernel (in fm) |
Reimplemented from CKernel.