CbmRoot
Loading...
Searching...
No Matches
Pdefines.h
Go to the documentation of this file.
1/* Copyright (C) 2018-2019 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Florian Uhlig [committer] */
4
5#define PRINT_CTOR "CONSTRUCTOR"
6#define PRINT_AUTO_ALLOC "ALLOCATION"
7#define PRINT_WARNING "### WARNING:"
8#define PRINT_FATAL "FFF FATAL:"
9#define PRINT_INFO " Info:"
10#define CRASH \
11 { \
12 ; \
13 Int_t* a = nullptr; \
14 *a = 0; \
15 }
16
17#define PLUTO_COMPOSITE 1000
18
19#define EMBEDDED_SOURCE_ID -2
20#define INGO_DEBUG
21
22#define NBATCH_NAME "nbatch"
23#define LBATCH_NAME "lbatch"
24
25#define NMODEL_NAME "nmodel"
26#define LMODEL_NAME "lmodel"