STIR
6.2.0
|
A class for a general element of a list mode file. More...
#include "stir/listmode/ListRecord.h"
Public Member Functions | |
virtual bool | is_time () const =0 |
virtual bool | is_event () const =0 |
virtual ListEvent & | event ()=0 |
virtual const ListEvent & | event () const =0 |
virtual ListTime & | time ()=0 |
virtual const ListTime & | time () const =0 |
A class for a general element of a list mode file.
This represents either a timing or coincidence event in a list mode data stream.
Some scanners can have more types of records. For example, the Quad-HiDAC puts singles information in the list mode file. If you need that information, you will have to do casting to e.g. ListRecordQHiDAC.