|
NSCL DDAS
12.1-001
Support for XIA DDAS at FRIB
|
Implement the raw channel hit storage struct. More...
#include "RawChannel.h"#include <stdlib.h>#include <string.h>#include <new>#include <iostream>#include <sstream>#include <map>#include <stdexcept>
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... | |
Implement the raw channel hit storage struct.
| bool operator< | ( | const DDASReadout::RawChannel & | c1, |
| const DDASReadout::RawChannel & | c2 | ||
| ) |
operator<
Assumes SetTime() has been called.
| bool operator== | ( | const DDASReadout::RawChannel & | c1, |
| const DDASReadout::RawChannel & | c2 | ||
| ) |
operator==
Assumes SetTime() has been called.
| bool operator> | ( | const DDASReadout::RawChannel & | c1, |
| const DDASReadout::RawChannel & | c2 | ||
| ) |
operator>
Assumes SetTime() has been called.