#include <PixieSupport.h>
|
double | FitTau (const unsigned short *trace, size_t b0, size_t b1, size_t x0, size_t x1) |
| Correct the baselines of the output traces. More...
|
|
Definition at line 134 of file PixieSupport.h.
§ GetTraces()
GetTraces::GetTraces |
( |
unsigned short * |
total_data_, |
|
|
size_t |
total_size_, |
|
|
unsigned short * |
trace_data_, |
|
|
size_t |
trace_size_, |
|
|
int |
threshold_ = 0 , |
|
|
bool |
correct_baselines_ = false |
|
) |
| |
§ FitTau()
double GetTraces::FitTau |
( |
const unsigned short * |
trace, |
|
|
size_t |
b0, |
|
|
size_t |
b1, |
|
|
size_t |
x0, |
|
|
size_t |
x1 |
|
) |
| |
|
private |
Correct the baselines of the output traces.
Fit... tau?
Definition at line 174 of file PixieSupport.cpp.
§ GetAttempts()
int GetTraces::GetAttempts |
( |
| ) |
|
|
inline |
§ GetBaseline()
float GetTraces::GetBaseline |
( |
size_t |
chan_ | ) |
|
|
inline |
§ GetMaximum()
float GetTraces::GetMaximum |
( |
size_t |
chan_ | ) |
|
|
inline |
§ GetStatus()
bool GetTraces::GetStatus |
( |
| ) |
|
|
inline |
§ Help()
§ operator()()
§ attempts
§ baseline
float GetTraces::baseline[NUMBER_OF_CHANNELS] |
|
private |
Number of attempts to reach threshold.
Definition at line 145 of file PixieSupport.h.
§ correct_baselines
bool GetTraces::correct_baselines |
|
private |
Set to true when a valid trace is found.
Definition at line 148 of file PixieSupport.h.
§ maximum
float GetTraces::maximum[NUMBER_OF_CHANNELS] |
|
private |
§ status
The maximum ADC value above baseline for each channel.
Definition at line 147 of file PixieSupport.h.
§ threshold
§ total_data
unsigned short* GetTraces::total_data |
|
private |
§ total_len
size_t GetTraces::total_len |
|
private |
§ trace_data
unsigned short* GetTraces::trace_data |
|
private |
Array for storing all 16 channels of a module.
Definition at line 137 of file PixieSupport.h.
§ trace_len
size_t GetTraces::trace_len |
|
private |
The documentation for this class was generated from the following files: