CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Macros
gVariables.hh File Reference

This header file is mainly used to declare some macro definitions and all includes needed from the standard c library. More...

#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <stdint.h>
#include <string>
#include <cmath>
#include <ctime>
#include <map>
#include <stdexcept>
#include <vector>
#include <algorithm>
#include <sys/stat.h>
#include <random>

Go to the source code of this file.

Macros

#define CASTOR_VERSION   "1.1"
 
#define FLTNB   float
 
#define FLTNBMPI   MPI_FLOAT
 
#define FLTNBDATA   float
 
#define FLTNBLUT   float
 
#define INTNB   int
 
#define EXIT_DEBUG   10
 
#define TWO_SQRT_TWO_LN_2   2.354820045
 
#define SPEED_OF_LIGHT   0.299792458
 

Detailed Description

This header file is mainly used to declare some macro definitions and all includes needed from the standard c library.

It is not associated with any implementation file as it does not define any function.
This file should be included at the beginning of any files in this project.

Definition in file gVariables.hh.

Macro Definition Documentation

#define CASTOR_VERSION   "1.1"

Definition at line 44 of file gVariables.hh.

#define EXIT_DEBUG   10

Define the exit value for DEBUG use

Definition at line 69 of file gVariables.hh.

#define SPEED_OF_LIGHT   0.299792458

Define the value of the speed of light in mm/ps

Definition at line 75 of file gVariables.hh.

#define TWO_SQRT_TWO_LN_2   2.354820045

Define the value of the standard 2*sqrt(2*ln(2))

Definition at line 72 of file gVariables.hh.