|
Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
|
Go to the source code of this file.
Macros | |
| #define | M_PI 3.14159265358979323846 |
Functions | |
| void | RooLowExpTail_launchKernel (double *output, const double *x_vals, double mu, double inv_tau, double inv_sqrt2_sigma, size_t n) |
| Launch the low-energy exponential tail kernel. | |
| #define M_PI 3.14159265358979323846 |
Definition at line 6 of file RooLowExpTail.cu.
| void RooLowExpTail_launchKernel | ( | double * | output, |
| const double * | x_vals, | ||
| double | mu, | ||
| double | inv_tau, | ||
| double | inv_sqrt2_sigma, | ||
| size_t | n ) |
Launch the low-energy exponential 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. |
| inv_tau | Reciprocal of the tail decay constant. |
| inv_sqrt2_sigma | 1 / (sqrt(2) * sigma), the resolution factor. |
| n | Number of elements. |
Definition at line 37 of file RooLowExpTail.cu.
Referenced by RooLowExpTail::doEval().