test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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(void);
9  ~DQMScope(void);
10 };
11 
12 #endif // DQMSERVICES_CORE_DQM_SCOPE_H
DQMScope(void)
Definition: DQMService.cc:21
~DQMScope(void)
Release access lock to the DQM core.
Definition: DQMService.cc:25