CMS 3D CMS Logo

SiStripMonitorCondData.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorSummary_SiStripMonitorSummary_h
2 #define SiStripMonitorSummary_SiStripMonitorSummary_h
3 
4 // -*- C++ -*-
5 //
6 // Package: SiStripMonitorSummary
7 // Class : SiStripMonitorCondData
8 //
9 // Original Author: Evelyne Delmeire
10 //
11 
12 // system include files
13 #include <memory>
14 
15 // user include files
19 
22 
24 
25 #include "boost/cstdint.hpp"
26 #include <iostream>
27 #include <string>
28 #include <vector>
29 
30 class MonitorElement;
31 
33 class SiStripNoisesDQM;
35 class SiStripQualityDQM;
36 class SiStripApvGainsDQM;
39 class SiStripCablingDQM;
40 
42 public:
43  explicit SiStripMonitorCondData(const edm::ParameterSet &);
44 
45  ~SiStripMonitorCondData() override;
46 
47  void beginJob() override;
48  void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
49  void analyze(const edm::Event &, const edm::EventSetup &) override;
50  void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override;
51  void endJob() override;
52 
53 private:
55 
65 
67 
68  std::unique_ptr<SiStripPedestalsDQM> pedestalsDQM_;
69  std::unique_ptr<SiStripNoisesDQM> noisesDQM_;
70  std::unique_ptr<SiStripThresholdDQM> lowthresholdDQM_;
71  std::unique_ptr<SiStripThresholdDQM> highthresholdDQM_;
72  std::unique_ptr<SiStripQualityDQM> qualityDQM_;
73  std::unique_ptr<SiStripApvGainsDQM> apvgainsDQM_;
74  std::unique_ptr<SiStripLorentzAngleDQM> lorentzangleDQM_;
75  std::unique_ptr<SiStripBackPlaneCorrectionDQM> bpcorrectionDQM_;
76  std::unique_ptr<SiStripCablingDQM> cablingDQM_;
77 };
78 
79 #endif
std::unique_ptr< SiStripNoisesDQM > noisesDQM_
std::unique_ptr< SiStripCablingDQM > cablingDQM_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
std::unique_ptr< SiStripThresholdDQM > highthresholdDQM_
void analyze(const edm::Event &, const edm::EventSetup &) override
std::unique_ptr< SiStripApvGainsDQM > apvgainsDQM_
std::unique_ptr< SiStripQualityDQM > qualityDQM_
std::unique_ptr< SiStripThresholdDQM > lowthresholdDQM_
std::unique_ptr< SiStripPedestalsDQM > pedestalsDQM_
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override
std::unique_ptr< SiStripBackPlaneCorrectionDQM > bpcorrectionDQM_
std::unique_ptr< SiStripLorentzAngleDQM > lorentzangleDQM_
SiStripMonitorCondData(const edm::ParameterSet &)
Definition: Run.h:45