CbmRoot
LxTBDefinitions.h
Go to the documentation of this file.
1 /*
2  * To change this license header, choose License Headers in Project Properties.
3  * To change this template file, choose Tools | Templates
4  * and open the template in the editor.
5  */
6 
7 /*
8  * File: LxTBDefinitions.h
9  * Author: tablyaz
10  *
11  * Created on September 9, 2016, 2:34 PM
12  */
13 
14 #ifndef LXTBDEFINITIONS_H
15 #define LXTBDEFINITIONS_H
16 
17 //#define LXTB_TIE
18 #define LXTB_QA
19 
20 #ifdef LXTB_QA
21 #define LXTB_EMU_TS
22 //#define LXTB_DEBUG
23 #endif //LXTB_QA
24 
25 #define scaltype float
26 #define timetype double
27 
28 #endif /* LXTBDEFINITIONS_H */