CMS 3D CMS Logo

SiStripBadComponentInfo.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorClient_SiStripBadComponentInfo_h
2 #define SiStripMonitorClient_SiStripBadComponentInfo_h
3 // -*- C++ -*-
4 //
5 // Package: SiStripMonitorClient
6 // Class : SiStripBadComponentInfo
7 //
16 //
17 // Author: Suchandra Dutta
18 // Created: Fri Jan 26 10:00:00 CET 2018
19 //
20 
21 #include <string>
22 
29 
32 
33 #include <iostream>
34 #include <fstream>
35 #include <string>
36 #include <vector>
37 #include <map>
38 
39 class DQMStore;
40 class MonitorElement;
41 
43 
44  public:
45 
48  ~SiStripBadComponentInfo() override;
49 
50 protected:
51 
52  void beginRun(edm::Run const&, edm::EventSetup const&) override;
53  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override; //performed in the endJob
54 
55 private:
56  void checkBadComponents();
58  void fillBadComponentHistos(int xbin, int component,SiStripQuality::BadComponent& BC);
59  void createSummary(MonitorElement* me);
60 
64 
65 
66  unsigned long long m_cacheID_;
70 
73 };
74 #endif
edm::ESHandle< SiStripQuality > siStripQuality_
void createSummary(MonitorElement *me)
void fillBadComponentHistos(int xbin, int component, SiStripQuality::BadComponent &BC)
void bookBadComponentHistos(DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
edm::ESHandle< TrackerTopology > tTopoHandle_
void beginRun(edm::Run const &, edm::EventSetup const &) override
Definition: Run.h:43
SiStripBadComponentInfo(const edm::ParameterSet &ps)
Constructor.