CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQHarvester.h
Go to the documentation of this file.
1 #ifndef DQHarvester_h
2 #define DQHarvester_h
3 
4 /*
5  * file: DQHarvester.h
6  * Author: VK
7  */
8 
11 
12 #include <vector>
13 #include <string>
14 
15 namespace hcaldqm
16 {
17  class DQHarvester : public DQMEDHarvester, public DQModule
18  {
19  public:
21  virtual ~DQHarvester() {}
22 
24  edm::LuminosityBlock const&, edm::EventSetup const&);
26 
27  protected:
28  std::vector<DQClient*> _clients;
29  };
30 }
31 
32 #endif
33 
34 
35 
36 
37 
38 
39 
40 
41 
virtual ~DQHarvester()
Definition: DQHarvester.h:21
virtual void dqmEndLuminosityBlock(DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &)
std::vector< DQClient * > _clients
Definition: DQHarvester.h:28
DQHarvester(edm::ParameterSet const &)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)