Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:22

0001 #if !defined(DoutH)
0002 #define DoutH
0003 
0004 #if !defined(_DEBUG_QUIET)
0005 #define dout cout << __FILE__ << "(" << __LINE__ << ") "
0006 #else
0007 #define dout \
0008   if (0)     \
0009   cout
0010 #endif
0011 
0012 #endif