![]() |
![]() |
00001 #ifndef FastSimulation_Utilities_FamosDebug_H 00002 #define FastSimulation_Utilities_FamosDebug_H 00003 00004 // Uncomment the following line to include the debugging code in the 00005 // library 00006 00007 // getClosestCell 00008 //#define DEBUGGCC 00009 // GetWindow 00010 //#define DEBUGGW 00011 00012 //#define DEBUGCELLLINE 00013 00014 // Don't change the following 00015 #ifdef DEBUGGCC 00016 #define FAMOSDEBUG 00017 #endif 00018 00019 #ifdef DEBUGGW 00020 #define FAMOSDEBUG 00021 #endif 00022 00023 #ifdef DEBUGCELLLINE 00024 #define FAMOSDEBUG 00025 #endif 00026 00027 #ifdef FAMOSDEBUG 00028 #include "FastSimulation/Utilities/interface/Histos.h" 00029 #endif 00030 00031 #endif 00032