Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:15

0001 #ifndef UCTLogging_hh
0002 #define UCTLogging_hh
0003 
0004 #define CMSSW
0005 
0006 #ifdef CMSSW
0007 #include "FWCore/MessageLogger/interface/MessageLogger.h"
0008 #define LOG_ERROR edm::LogError("L1TCaloLayer1")
0009 #else
0010 #define LOG_ERROR std::cerr
0011 #endif
0012 
0013 #endif