Belle II Software development
TOPPDFCollection::Gaussian Struct Reference

Parameters to describe a Gaussian. More...

#include <TOPPDFCollection.h>

Public Member Functions

 Gaussian (float m, float w, float a)
 Useful constructor.
 

Public Attributes

float mean = 0
 position
 
float width = 0
 width (sigma)
 
float area = 0
 area (number of photons)
 

Detailed Description

Parameters to describe a Gaussian.

Definition at line 41 of file TOPPDFCollection.h.

Constructor & Destructor Documentation

◆ Gaussian()

Gaussian ( float  m,
float  w,
float  a 
)
inline

Useful constructor.

Parameters
mmean
wwidth
aarea

Definition at line 51 of file TOPPDFCollection.h.

51 : mean(m), width(w), area(a)
52 {}
float area
area (number of photons)

Member Data Documentation

◆ area

float area = 0

area (number of photons)

Definition at line 44 of file TOPPDFCollection.h.

◆ mean

float mean = 0

position

Definition at line 42 of file TOPPDFCollection.h.

◆ width

float width = 0

width (sigma)

Definition at line 43 of file TOPPDFCollection.h.


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