STIR
6.2.0
|
A class for storing and using a timing 'event' from a listmode file from the ECAT 966 scanner. More...
#include "stir/listmode/CListRecordECAT966.h"
Public Member Functions | |
Succeeded | init_from_data_ptr (const void *const ptr) |
bool | is_time () const |
unsigned long | get_time_in_millisecs () const |
Succeeded | set_time_in_millisecs (const unsigned long time_in_millisecs) |
unsigned int | get_gating () const |
get gating-related info More... | |
Succeeded | set_gating (unsigned int g) |
Public Member Functions inherited from stir::ListTime | |
double | get_time_in_secs () const |
Succeeded | set_time_in_secs (const double time_in_secs) |
A class for storing and using a timing 'event' from a listmode file from the ECAT 966 scanner.
|
inlinevirtual |
get gating-related info
Generally, gates are numbered from 0 to some maximum value.
Implements stir::ListGatingInput.