|
NSCL DDAS
12.1-001
Support for XIA DDAS at FRIB
|
Defines a raw channel hit storage struct for Readout/sorting. More...
#include <stdint.h>#include <stddef.h>

Go to the source code of this file.
Classes | |
| struct | DDASReadout::RawChannel |
| A struct containing a pointer to a hit and its properties. More... | |
Namespaces | |
| DDASReadout | |
Functions | |
| bool | operator< (const DDASReadout::RawChannel &c1, const DDASReadout::RawChannel &c2) |
| operator< More... | |
| bool | operator> (const DDASReadout::RawChannel &c1, const DDASReadout::RawChannel &c2) |
| operator> More... | |
| bool | operator== (const DDASReadout::RawChannel &c1, const DDASReadout::RawChannel &c2) |
| operator== More... | |
Defines a raw channel hit storage struct for Readout/sorting.
| bool operator< | ( | const DDASReadout::RawChannel & | c1, |
| const DDASReadout::RawChannel & | c2 | ||
| ) |
operator<
| c1,c2 | Channels with timestamps for comparison. |
| true | If c1 time < c2 time. |
| false | Otherwise. |
Assumes SetTime() has been called.
| bool operator== | ( | const DDASReadout::RawChannel & | c1, |
| const DDASReadout::RawChannel & | c2 | ||
| ) |
operator==
| c1,c2 | Channels with timestamps for comparison. |
| true | If c1 time, c2 time are equal. |
| false | Otherwise. |
Assumes SetTime() has been called.
| bool operator> | ( | const DDASReadout::RawChannel & | c1, |
| const DDASReadout::RawChannel & | c2 | ||
| ) |
operator>
| c1,c2 | Channels with timestamps for comparison. |
| true | If c1 time > c2 time. |
| false | Otherwise. |
Assumes SetTime() has been called.