|
Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
A simple class to store the traces. More...
#include <cmath>#include <map>#include <string>#include <vector>#include "DammPlotIds.hpp"#include "Globals.hpp"#include "Plots.hpp"#include "PlotsRegister.hpp"#include <limits>

Go to the source code of this file.
Data Structures | |
| class | Trace |
| Store the information for a trace. More... | |
| class | TrapezoidalFilterParameters |
| Parameters for your typical trapezoidal filter. More... | |
Macros | |
| #define | NAN (numeric_limits<float>::quiet_NaN()) |
Variables | |
| const Trace | emptyTrace |
| Instance of an empty trace for people to grab. | |
A simple class to store the traces.
A simple class to store the traces. Used instead of a typedef so additional functionality can be added later.
| #define NAN (numeric_limits<float>::quiet_NaN()) |
A macro defining what kind of NAN to throw