|
DDASToys for NSCLDAQ
6.2-000
|
The data structure appended to each fit hit. More...
#include <fit_extensions.h>


Public Member Functions | |
| HitExtension ()=default | |
| Default constructor. | |
| HitExtension (const HitExtensionLegacy &leg) | |
| Construct from legacy extension. More... | |
Public Attributes | |
| fit1Info | onePulseFit |
| Single-pulse fit information. | |
| fit2Info | twoPulseFit |
| Double-pulse fit information. | |
| double | singleProb |
| Probability of single pulse. | |
| double | doubleProb |
| Probability of double pulse. | |
The data structure appended to each fit hit.
|
inline |
Construct from legacy extension.
| leg | Legacy extension to construct from. |