Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:00

0001 #ifndef L1Trigger_L1TMuonEndCapPhase2_DebugUtils_h
0002 #define L1Trigger_L1TMuonEndCapPhase2_DebugUtils_h
0003 
0004 #include <cassert>
0005 #include <string>
0006 
0007 #include "L1Trigger/L1TMuonEndCapPhase2/interface/EMTFTypes.h"
0008 
0009 // Uncomment the following line to use assert
0010 // #define EMTF_ALLOW_ASSERT
0011 
0012 #ifdef EMTF_ALLOW_ASSERT
0013 #define emtf_assert(expr) (assert(expr))
0014 #else
0015 #define emtf_assert(expr) ((void)(expr))
0016 #endif
0017 
0018 #endif  // namespace L1Trigger_L1TMuonEndCapPhase2_DebugUtils_h