CMS 3D CMS Logo

DebugUtils.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TMuonEndCapPhase2_DebugUtils_h
2 #define L1Trigger_L1TMuonEndCapPhase2_DebugUtils_h
3 
4 #include <cassert>
5 #include <string>
6 
8 
9 // Uncomment the following line to use assert
10 // #define EMTF_ALLOW_ASSERT
11 
12 #ifdef EMTF_ALLOW_ASSERT
13 #define emtf_assert(expr) (assert(expr))
14 #else
15 #define emtf_assert(expr) ((void)(expr))
16 #endif
17 
18 #endif // namespace L1Trigger_L1TMuonEndCapPhase2_DebugUtils_h