Analysis-Utilities 26.9.9
C++/ROOT utilities for nuclear measurement data analysis
Loading...
Searching...
No Matches
RooStepShelf.cu File Reference
#include "RooFitPhotopeakKernels.hpp"
#include <cuda_runtime.h>
Include dependency graph for RooStepShelf.cu:

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.

Function Documentation

◆ RooStepShelf_launchKernel()

void RooStepShelf_launchKernel ( double * output,
const double * x_vals,
double mu,
double inv_sigma,
size_t n )

Launch the resolution-smeared step-shelf kernel.

Parameters
outputDevice buffer for n PDF values.
x_valsDevice buffer of n observable values.
muPeak centroid, in the observable's units.
inv_sigmaReciprocal of the Gaussian resolution.
nNumber of elements.

Definition at line 27 of file RooStepShelf.cu.

Referenced by RooStepShelf::doEval().