pxar
 All Classes Namespaces Functions Variables Typedefs Friends
Public Member Functions | Public Attributes | Friends | List of all members
pxar::rawEvent Class Reference

#include <datatypes.h>

Public Member Functions

void SetStartError ()
 
void SetEndError ()
 
void SetOverflow ()
 
void ResetStartError ()
 
void ResetEndError ()
 
void ResetOverflow ()
 
void Clear ()
 
bool IsStartError ()
 
bool IsEndError ()
 
bool IsOverflow ()
 
size_t GetSize ()
 
void Add (uint16_t value)
 
uint16_t operator[] (size_t index)
 

Public Attributes

std::vector< uint16_t > data
 

Friends

std::ostream & operator<< (std::ostream &out, rawEvent &record)
 

Detailed Description

Class to store raw evet data records containing a list of flags to indicate the Event status as well as a vector of uint16_t data records containing the actual Event data in undecoded raw format.

Definition at line 190 of file datatypes.h.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
rawEvent record 
)
friend

Overloaded ostream operator for simple printing of raw data blobs

Definition at line 220 of file datatypes.h.


The documentation for this class was generated from the following file: