CASToR
1.1
Tomographic Reconstruction (PET/SPECT)
|
Type of event in list-mode PET (true, scatter, random, ...)
Defined in iEventPET.hh.
More...
Macros | |
#define | KIND_UNKNOWN 0 |
#define | KIND_TRUE 1 |
#define | KIND_SCAT 2 |
#define | KIND_MSCAT 3 |
#define | KIND_RDM 4 |
Type of event in list-mode PET (true, scatter, random, ...)
Defined in iEventPET.hh.
#define KIND_MSCAT 3 |
Constant corresponding to a multiple scatter event (=3)
Definition at line 28 of file iEventListPET.hh.
#define KIND_RDM 4 |
Constant corresponding to a random event (=4)
Definition at line 30 of file iEventListPET.hh.
#define KIND_SCAT 2 |
Constant corresponding to a scatter event (=2)
Definition at line 26 of file iEventListPET.hh.
#define KIND_TRUE 1 |
Constant corresponding to a true event (=1)
Definition at line 24 of file iEventListPET.hh.
#define KIND_UNKNOWN 0 |
Constant corresponding to an event of unknown kind (=0)
Definition at line 22 of file iEventListPET.hh.