Belle II Software development
|
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) | |
Parameters to describe a Gaussian.
Definition at line 41 of file TOPPDFCollection.h.
|
inline |
Useful constructor.
m | mean |
w | width |
a | area |
Definition at line 51 of file TOPPDFCollection.h.
float area = 0 |
area (number of photons)
Definition at line 44 of file TOPPDFCollection.h.
float mean = 0 |
position
Definition at line 42 of file TOPPDFCollection.h.
float width = 0 |
width (sigma)
Definition at line 43 of file TOPPDFCollection.h.