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

Keywords defining the type of Time of Flight enabled or not
Defined in vProjector.hh. More...

Macros

#define USE_TOFBIN   1
 
#define USE_TOFPOS   2
 
#define USE_NOTOF   3
 

Detailed Description

Keywords defining the type of Time of Flight enabled or not
Defined in vProjector.hh.

Macro Definition Documentation

#define USE_NOTOF   3

Constant integer saying TOF is not currently being used

Definition at line 52 of file vProjector.hh.

#define USE_TOFBIN   1

Constant integer saying TOF is currently being used through histogrammed data

Definition at line 48 of file vProjector.hh.

#define USE_TOFPOS   2

Constant integer saying TOF is currently being used through list-mode data

Definition at line 50 of file vProjector.hh.