|
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());
process_name opflash particleana ie x
double mean(const std::vector< short > &wf, size_t start, size_t nsample)
Func_t RootGausFuncWrapper::func |
The documentation for this struct was generated from the following file: