Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:09

0001 #ifndef DQMSERVICES_CORE_DQM_SCOPE_H
0002 #define DQMSERVICES_CORE_DQM_SCOPE_H
0003 
0004 /** Gateway to accessing DQM core in threads other than the CMSSW thread.  */
0005 class DQMScope {
0006 public:
0007   DQMScope();
0008   ~DQMScope();
0009 };
0010 
0011 #endif  // DQMSERVICES_CORE_DQM_SCOPE_H