#include <TArtRIDF.h>
Inheritance diagram for TArtRIDF:
Public Member Functions | |
virtual ArtBlockStat_t | GetNextBlock (TArtDataSource *source) |
Get next block from the source. | |
virtual ArtEventStat_t | GetNextEvent (unsigned short *buf, unsigned short *runbuf, unsigned short *rnum, int &nw) |
Get next event data. | |
virtual void | FindSegment (unsigned short *evtdata, int *evtsize, int *addr, int *nw, int *maxsegid) |
Search find segmentids in the event data. | |
Static Public Member Functions | |
TArtDataFormat * | Instance () |
|
Search find segmentids in the event data.
Implements TArtDataFormat. |
|
Get next block from the source. The head position, the length and the type of the new block should be assigned to fBlock, fBlockLen, and fBlockType, respectively, in this method.
Implements TArtDataFormat. |
|
Get next event data. The information of the next event data will be returned to arguments.
Implements TArtDataFormat. |