Pixie16 Analysis Software Suite
Analysis code for processing of .ldf files
|
A Class to define what a channel event is. More...
#include <vector>
#include "DetectorLibrary.hpp"
#include "pixie16app_defs.h"
#include "Identifier.hpp"
#include "Globals.hpp"
#include "Trace.hpp"
Go to the source code of this file.
Data Structures | |
class | ChanEvent |
A channel event. More... | |
Functions | |
bool | CompareCorrectedTime (const ChanEvent *a, const ChanEvent *b) |
bool | CompareTime (const ChanEvent *a, const ChanEvent *b) |
A Class to define what a channel event is.
Sort by increasing corrected time
[in] | a | : the left hand side for comparison |
[in] | b | : the right hand side for comparison |