LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
A sum of NFunc base functions Func. More...
#include "GausFitCache.h"
Static Public Member Functions | |
static Double_t | eval (Double_t const *, Double_t const *) |
Static Public Attributes | |
static constexpr unsigned int | NParams = NFunc * NFuncParams |
A sum of NFunc base functions Func.
NFunc | the number of base functions in the sum |
Func | the base function in the sum |
NFuncParams | the number of parameters required by Func |
This class provides in its eval
member a compiled function suitable to be wrapped into a ROOT's TF1 object. The function is the sum of NFunc base functions. Each base function is expected to use NFuncParams parameters. The first function will use the first set of NFuncParams parameters, the second one the next set of NFuncParams parameters, and so on. If NFunc is 0, the value 0 is always returned.
Definition at line 124 of file GausFitCache.h.
|
static |
Definition at line 329 of file GausFitCache.h.
|
static |
Definition at line 126 of file GausFitCache.h.