CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
Macros
TOF use

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

Macros

#define USE_TOFHISTO   1
 
#define USE_TOFLIST   2
 
#define USE_NOTOF   3
 
#define USE_TOFHISTO   1
 
#define USE_TOFLIST   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

◆ USE_NOTOF [1/2]

#define USE_NOTOF   3

Constant integer saying TOF is not currently being used

Definition at line 29 of file include/projector/vProjector.hh.

◆ USE_NOTOF [2/2]

#define USE_NOTOF   3

Constant integer saying TOF is not currently being used

Definition at line 30 of file code/include/projector/vProjector.hh.

◆ USE_TOFHISTO [1/2]

#define USE_TOFHISTO   1

Constant integer saying TOF is currently being used through histogrammed data

Definition at line 25 of file include/projector/vProjector.hh.

◆ USE_TOFHISTO [2/2]

#define USE_TOFHISTO   1

Constant integer saying TOF is currently being used through histogrammed data

Definition at line 26 of file code/include/projector/vProjector.hh.

◆ USE_TOFLIST [1/2]

#define USE_TOFLIST   2

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

Definition at line 27 of file include/projector/vProjector.hh.

◆ USE_TOFLIST [2/2]

#define USE_TOFLIST   2

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

Definition at line 28 of file code/include/projector/vProjector.hh.