EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BoolDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file BoolDefs.h
1 #ifndef __BOOLDEFS_H
2 #define __BOOLDEFS_H
3 
4 /*
5  *--------------------------------------------
6  *
7  * booldefs.h
8  *
9  *--------------------------------------------
10  */
11 
12 
31 #ifndef BOOL
32 #define BOOL int
33 #define true 1
34 #define false 0
35 #endif
36 
37 
38 #endif
39 
40 
41