#include <datatypes.h>
Public Member Functions | |
void | Clear () |
Public Attributes | |
uint16_t | header |
uint16_t | trailer |
std::vector< pixel > | pixels |
Friends | |
std::ostream & | operator<< (std::ostream &out, Event &evt) |
Class to store Events containing a header and a std::vector of pixels
Definition at line 167 of file datatypes.h.
|
friend |
Overloaded ostream operator for simple printing of Event data
Definition at line 177 of file datatypes.h.