|
Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
|
Go to the source code of this file.
Functions | |
| void | RooStepShelf_launchKernel (double *output, const double *x_vals, double mu, double inv_sigma, size_t n) |
| Launch the resolution-smeared step-shelf kernel. | |
| void RooStepShelf_launchKernel | ( | double * | output, |
| const double * | x_vals, | ||
| double | mu, | ||
| double | inv_sigma, | ||
| size_t | n ) |
Launch the resolution-smeared step-shelf 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_sigma | Reciprocal of the Gaussian resolution. |
| n | Number of elements. |
Definition at line 27 of file RooStepShelf.cu.
Referenced by RooStepShelf::doEval().