CbmRoot
Pdefines.h
Go to the documentation of this file.
1 #define PRINT_CTOR "CONSTRUCTOR"
2 #define PRINT_AUTO_ALLOC "ALLOCATION"
3 #define PRINT_WARNING "### WARNING:"
4 #define PRINT_FATAL "FFF FATAL:"
5 #define PRINT_INFO " Info:"
6 #define CRASH \
7  { \
8  ; \
9  Int_t* a = nullptr; \
10  *a = 0; \
11  }
12 
13 #define PLUTO_COMPOSITE 1000
14 
15 #define EMBEDDED_SOURCE_ID -2
16 #define INGO_DEBUG
17 
18 #define NBATCH_NAME "nbatch"
19 #define LBATCH_NAME "lbatch"
20 
21 #define NMODEL_NAME "nmodel"
22 #define LMODEL_NAME "lmodel"