CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQClient.h
Go to the documentation of this file.
1 #ifndef DQClient_h
2 #define DQClient_h
3 
4 /*
5  * file: DQClient.h
6  * Author: Viktor Khristenko
7  *
8  */
9 
11 
12 namespace hcaldqm
13 {
14  class DQClient : public DQModule
15  {
16  public:
18  virtual ~DQClient() {}
19 
20  protected:
21  };
22 }
23 
24 #endif
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
DQClient(edm::ParameterSet const &)
virtual ~DQClient()
Definition: DQClient.h:18