The data structure appended to each fit hit.
More...
#include <fit_extensions.h>
|
|
| HitExtension ()=default |
| | Default constructor - Needed because we have a custom constructor from the legacy class and we don't get the default one by, uh, default :(.
|
| |
| | HitExtension (const HitExtensionLegacy &leg) |
| | Construct from legacy extension. More...
|
| |
|
|
fit1Info | onePulseFit |
| | Single-pulse fit information.
|
| |
|
fit2Info | twoPulseFit |
| | Double-pulse fit information.
|
| |
|
double | singleProb = 0 |
| | Probability of single pulse.
|
| |
|
double | doubleProb = 0 |
| | Probability of double pulse.
|
| |
The data structure appended to each fit hit.
◆ HitExtension()
Construct from legacy extension.
- Parameters
-
| leg | Legacy extension to construct from. |
- Note
- Single- and double-pulse probabilities are set to 0 since the old-style extension does not contain any classificaton data.
The documentation for this struct was generated from the following file: