CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
Macros
Data mode

DataFile modes (histogram, list, ...)
Defined in vDataFile.hh. More...

Macros

#define MODE_UNKNOWN   -1
 
#define MODE_LIST   0
 
#define MODE_HISTOGRAM   1
 
#define MODE_NORMALIZATION   2
 
#define MODE_UNKNOWN   -1
 
#define MODE_LIST   0
 
#define MODE_HISTOGRAM   1
 
#define MODE_NORMALIZATION   2
 

Detailed Description

DataFile modes (histogram, list, ...)
Defined in vDataFile.hh.

Macro Definition Documentation

◆ MODE_HISTOGRAM [1/2]

#define MODE_HISTOGRAM   1

Constant corresponding to an event of Histogram mode (=1)

Definition at line 36 of file code/include/datafile/vDataFile.hh.

◆ MODE_HISTOGRAM [2/2]

#define MODE_HISTOGRAM   1

Constant corresponding to an event of Histogram mode (=1)

Definition at line 37 of file include/datafile/vDataFile.hh.

◆ MODE_LIST [1/2]

#define MODE_LIST   0

Constant corresponding to an event of List mode (=0)

Definition at line 34 of file code/include/datafile/vDataFile.hh.

◆ MODE_LIST [2/2]

#define MODE_LIST   0

Constant corresponding to an event of List mode (=0)

Definition at line 35 of file include/datafile/vDataFile.hh.

◆ MODE_NORMALIZATION [1/2]

#define MODE_NORMALIZATION   2

Constant corresponding to a normalization value (=2)

Definition at line 38 of file code/include/datafile/vDataFile.hh.

◆ MODE_NORMALIZATION [2/2]

#define MODE_NORMALIZATION   2

Constant corresponding to a normalization value (=2)

Definition at line 39 of file include/datafile/vDataFile.hh.

◆ MODE_UNKNOWN [1/2]

#define MODE_UNKNOWN   -1

Constant corresponding to an event with undefined mode (=-1)

Definition at line 32 of file code/include/datafile/vDataFile.hh.

◆ MODE_UNKNOWN [2/2]

#define MODE_UNKNOWN   -1

Constant corresponding to an event with undefined mode (=-1)

Definition at line 33 of file include/datafile/vDataFile.hh.