CMS 3D CMS Logo

DQMScope.h
Go to the documentation of this file.
1 #ifndef DQMSERVICES_CORE_DQM_SCOPE_H
2 #define DQMSERVICES_CORE_DQM_SCOPE_H
3 
5 class DQMScope {
6 public:
7  DQMScope();
8  ~DQMScope();
9 };
10 
11 #endif // DQMSERVICES_CORE_DQM_SCOPE_H
~DQMScope()
Release access lock to the DQM core.
Definition: DQMService.cc:21