NSCL DDAS  12.1-001
Support for XIA DDAS at FRIB
Namespaces | Functions
RawChannel.cpp File Reference

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>
Include dependency graph for RawChannel.cpp:

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...
 

Detailed Description

Implement the raw channel hit storage struct.

Function Documentation

◆ operator<()

bool operator< ( const DDASReadout::RawChannel c1,
const DDASReadout::RawChannel c2 
)

operator<

Assumes SetTime() has been called.

◆ operator==()

bool operator== ( const DDASReadout::RawChannel c1,
const DDASReadout::RawChannel c2 
)

operator==

Assumes SetTime() has been called.

◆ operator>()

bool operator> ( const DDASReadout::RawChannel c1,
const DDASReadout::RawChannel c2 
)

operator>

Assumes SetTime() has been called.