#include <common.h>
Collaboration diagram for pf_peak:

Data Fields | |
| int | num |
| Index of the peak. | |
| int | lbin |
| Starting bin of the peak region. | |
| int | cbin |
| Center (maximum) bin of the peak region. | |
| int | rbin |
| Ending bin of the peak region. | |
| pf_peak_bg | bg |
| Background fit. | |
| pf_peak_fit | fit |
| Peak fit. | |
| double | center |
| Peak center location. | |
| double | width |
| Peak FWHM. | |
| double | lbound |
| Starting value of the peak. | |
| double | rbound |
| Ending value of the peak. | |
| double | bglbound |
| Starting value of the peak background. | |
| double | bgrbound |
| Ending value of the peak background. | |
| double | area |
| Total peak area. | |
| double | height |
| Maximum peak height. | |
|
|
Total peak area.
|
|
|
Background fit.
|
|
|
Starting value of the peak background.
|
|
|
Ending value of the peak background.
|
|
|
Center (maximum) bin of the peak region.
|
|
|
Peak center location.
|
|
|
Peak fit.
|
|
|
Maximum peak height.
|
|
|
Starting bin of the peak region.
|
|
|
Starting value of the peak.
|
|
|
Index of the peak.
|
|
|
Ending bin of the peak region.
|
|
|
Ending value of the peak.
|
|
|
Peak FWHM.
|
1.3.9.1