CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
Event kind

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
 

Detailed Description

Type of event in list-mode PET (true, scatter, random, ...)
Defined in iEventPET.hh.

Macro Definition Documentation

#define KIND_MSCAT   3

Constant corresponding to a multiple scatter event (=3)

Definition at line 51 of file iEventListPET.hh.

#define KIND_RDM   4

Constant corresponding to a random event (=4)

Definition at line 53 of file iEventListPET.hh.

#define KIND_SCAT   2

Constant corresponding to a scatter event (=2)

Definition at line 49 of file iEventListPET.hh.

#define KIND_TRUE   1

Constant corresponding to a true event (=1)

Definition at line 47 of file iEventListPET.hh.

#define KIND_UNKNOWN   0

Constant corresponding to an event of unknown kind (=0)

Definition at line 45 of file iEventListPET.hh.