|
using | Func_t = Double_t(*)(Double_t const *, Double_t const *) |
|
Definition at line 89 of file GausFitCache_test.cc.
RootGausFuncWrapper::RootGausFuncWrapper |
( |
Func_t |
f | ) |
|
|
inline |
Double_t RootGausFuncWrapper::operator() |
( |
Double_t const |
x, |
|
|
Double_t |
mean, |
|
|
Double_t |
sigma, |
|
|
Double_t |
amplitude |
|
) |
| const |
|
inline |
Definition at line 95 of file GausFitCache_test.cc.
99 std::array<Double_t, 3>
params = {{ amplitude,
mean, sigma }};
100 return func(&
x, params.data());
double mean(sqlite3 *db, std::string const &table_name, std::string const &column_name)
Func_t RootGausFuncWrapper::func |
The documentation for this struct was generated from the following file: