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)
84 return m_access->CheckData(n, prev_evenum, cur_evenum);
int m_num_events
number of events in this object
int m_num_nodes
number of nodes in this object
RawDataBlock()
Default constructor.
int m_nwords
do not record
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.