PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Functions | |
static const std::vector< double > | waveform (trace_sans_baseline.begin()+71, trace_sans_baseline.begin()+86) |
static const std::pair< unsigned int, double > | max_pair (max_position, maximum_value) |
This is the pair made from the expected maximum information. More... | |
static const std::pair< double, double > | baseline_pair (baseline, standard_deviation) |
static const std::pair< unsigned int, double > | extrapolated_maximum_pair (max_position, extrapolated_maximum) |
Variables | |
static const std::vector< unsigned int > | trace |
static const std::vector< double > | trace_sans_baseline |
static const std::vector< unsigned int > | empty_vector_uint |
static const std::vector< double > | empty_vector_double |
static const std::vector< unsigned int > | const_vector_uint = {1000, 4} |
static const double | maximum_value = 3816 |
This is the expected value of the maximum. More... | |
static const unsigned int | max_position = 76 |
This is the expected position of the maximum. More... | |
static const double | baseline = 436.7428571 |
static const double | standard_deviation = 1.976184739 |
static const unsigned int | trace_delay = 80 |
The trace delay in bins for the signal above. More... | |
static const double | tail_ratio = 0.2960894762 |
static const std::vector< double > | extrapolated_max_coeffs |
static const double | extrapolated_maximum = 3818.0718412264 |
|
static |
|
static |
|
static |
This is the pair made from the expected maximum information.
|
static |
|
static |
Definition at line 212 of file UnitTestSampleData.hpp.
|
static |
Definition at line 197 of file UnitTestSampleData.hpp.
|
static |
Definition at line 194 of file UnitTestSampleData.hpp.
|
static |
Definition at line 193 of file UnitTestSampleData.hpp.
|
static |
Definition at line 229 of file UnitTestSampleData.hpp.
|
static |
Definition at line 234 of file UnitTestSampleData.hpp.
|
static |
This is the expected position of the maximum.
Definition at line 203 of file UnitTestSampleData.hpp.
|
static |
This is the expected value of the maximum.
Definition at line 200 of file UnitTestSampleData.hpp.
|
static |
Definition at line 216 of file UnitTestSampleData.hpp.
|
static |
Definition at line 226 of file UnitTestSampleData.hpp.
|
static |
Definition at line 151 of file UnitTestSampleData.hpp.
|
static |
The trace delay in bins for the signal above.
Definition at line 223 of file UnitTestSampleData.hpp.
|
static |
Definition at line 164 of file UnitTestSampleData.hpp.