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 {
7 public:
8  DQMScope();
9  ~DQMScope();
10 };
11 
12 #endif // DQMSERVICES_CORE_DQM_SCOPE_H
~DQMScope()
Release access lock to the DQM core.
Definition: DQMService.cc:25