Belle II Software development
DeltaRayPDF::GausXY Struct Reference

Normal (Gaussian) distribution: an entry for the table. More...

Public Member Functions

 GausXY (double X)
 Constructor.
 

Public Attributes

double x = 0
 abscissa
 
double y = 0
 function value
 

Detailed Description

Normal (Gaussian) distribution: an entry for the table.

Definition at line 92 of file DeltaRayPDF.h.

Constructor & Destructor Documentation

◆ GausXY()

GausXY ( double  X)
inlineexplicit

Constructor.

Parameters
Xabscissa

Definition at line 100 of file DeltaRayPDF.h.

100 : x(X), y(exp(-0.5 * x * x))
101 {}
double y
function value
Definition: DeltaRayPDF.h:94

Member Data Documentation

◆ x

double x = 0

abscissa

Definition at line 93 of file DeltaRayPDF.h.

◆ y

double y = 0

function value

Definition at line 94 of file DeltaRayPDF.h.


The documentation for this struct was generated from the following file: