Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
Trace.hpp File Reference

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>
Include dependency graph for Trace.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Macro Definition Documentation

#define NAN   (numeric_limits<float>::quiet_NaN())

A macro defining what kind of NAN to throw