Go to the documentation of this file.00001 #ifndef DQMSERVICES_CORE_DQM_SCOPE_H
00002 # define DQMSERVICES_CORE_DQM_SCOPE_H
00003
00005 class DQMScope
00006 {
00007 public:
00008 DQMScope(void);
00009 ~DQMScope(void);
00010 };
00011
00012 #endif // DQMSERVICES_CORE_DQM_SCOPE_H