Variables related to the found baseline for a channel. More...
#include <Baseline.hh>
Public Member Functions | |
| void | Clear () |
| Reset all to default. | |
Public Attributes | |
| bool | found_baseline |
| was the baseline finder successful? | |
| double | mean |
| the average baseline found | |
| double | variance |
| variance of the samples in the baseline region | |
| int | search_start_index |
| start point used to find baseline | |
| int | length |
| num of samples over which baseline was averaged | |
| bool | saturated |
| Did the baseline hit the max or min y value? | |
| bool | laserskip |
| Did the baseline finder begin interpolating inside the baseline region? | |
| int | ninterpolations |
| num of interpolations | |
| std::vector< Spe > | interpolations |
| interpolation region details saved as Spe objects | |
Variables related to the found baseline for a channel.
Definition at line 18 of file Baseline.hh.
1.6.1