CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FamosDebug.h
Go to the documentation of this file.
1 #ifndef FastSimulation_Utilities_FamosDebug_H
2 #define FastSimulation_Utilities_FamosDebug_H
3 
4 // Uncomment the following line to include the debugging code in the
5 // library
6 
7 // getClosestCell
8 //#define DEBUGGCC
9 // GetWindow
10 //#define DEBUGGW
11 
12 //#define DEBUGCELLLINE
13 
14 // Don't change the following
15 #ifdef DEBUGGCC
16 #define FAMOSDEBUG
17 #endif
18 
19 #ifdef DEBUGGW
20 #define FAMOSDEBUG
21 #endif
22 
23 #ifdef DEBUGCELLLINE
24 #define FAMOSDEBUG
25 #endif
26 
27 #ifdef FAMOSDEBUG
29 #endif
30 
31 #endif
32