12#include <rawdata/dataobjects/RawDataBlock.h>
13#include <rawdata/dataobjects/RawTLUFormat.h>
81 void CheckData(
int n,
unsigned int prev_evenum,
unsigned int* cur_evenum)
The RawDataBlock class Base class for rawdata handling.
int m_num_events
number of events in this object
int m_num_nodes
number of nodes in this object
int m_nwords
do not record
The Raw TLU class Class for data from DAQ PC for TLU(Trigger Logic Unit) It is supposed to be used on...
RawTLUFormat * m_access
class to access
void CheckData(int n, unsigned int prev_evenum, unsigned int *cur_evenum)
check data contents
unsigned int GetEveNo(int n)
Get Event #.
RawTLU()
Default constructor.
int GetNwordsHeader(int n)
Get the size of the header.
unsigned int GetMagicTrailer(int n)
Get Magic Trailer #.
virtual ~RawTLU()
Destructor.
ClassDef(RawTLU, 1)
do not record
unsigned int GetNodeID(int n)
Get Node ID.
int GetRunNo(int n)
Get Run #.
unsigned int GetTLUEventTag(int n)
Get TLU event tag.
Abstract base class for different kinds of events.