CMS 3D CMS Logo

IntegrityClient.h
Go to the documentation of this file.
1 #ifndef IntegrityClient_H
2 #define IntegrityClient_H
3 
4 #include "DQWorkerClient.h"
5 
9 
10 namespace ecaldqm {
12  public:
14  ~IntegrityClient() override {}
15 
16  void producePlots(ProcessType) override;
17  void endLuminosityBlock(edm::LuminosityBlock const&, edm::EventSetup const&) override;
18 
19  private:
20  void setParams(edm::ParameterSet const&) override;
22 
24  };
25 } // namespace ecaldqm
26 
27 #endif
void producePlots(ProcessType) override
edm::ESHandle< EcalChannelStatus > chStatus
void setParams(edm::ParameterSet const &) override
void endLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override