|
Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
|
Go to the source code of this file.
Functions | |
| void | RooLowLinTail_launchKernel (double *output, const double *x_vals, double mu, double slope, double inv_sqrt2_sigma, size_t n) |
| Launch the low-energy linear tail kernel. | |
| void RooLowLinTail_launchKernel | ( | double * | output, |
| const double * | x_vals, | ||
| double | mu, | ||
| double | slope, | ||
| double | inv_sqrt2_sigma, | ||
| size_t | n ) |
Launch the low-energy linear tail kernel.
| output | Device buffer for n PDF values. |
| x_vals | Device buffer of n observable values. |
| mu | Peak centroid, in the observable's units. |
| slope | Linear tail slope s in the (1 + s*(x - mu)) factor, which is floored at zero to keep the PDF non-negative. |
| inv_sqrt2_sigma | 1 / (sqrt(2) * sigma), the resolution factor. |
| n | Number of elements. |
Definition at line 24 of file RooLowLinTail.cu.
Referenced by RooLowLinTail::doEval().