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 
13 // system include files
14 #include <memory>
15 
16 // user include files
20 
23 
25 
26 #include "boost/cstdint.hpp"
27 #include <iostream>
28 #include <string>
29 #include <vector>
30 
31 class MonitorElement;
32 
34 class SiStripNoisesDQM;
36 class SiStripQualityDQM;
37 class SiStripApvGainsDQM;
40 class SiStripCablingDQM;
41 
43 
44  public:
45 
47 
48  ~SiStripMonitorCondData() override;
49 
50  void beginJob() override ;
51  void beginRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
52  void analyze(const edm::Event&, const edm::EventSetup&) override;
53  void endRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
54  void endJob() override ;
55 
56 
57  private:
58 
60 
70 
72 
73  std::unique_ptr<SiStripPedestalsDQM> pedestalsDQM_;
74  std::unique_ptr<SiStripNoisesDQM> noisesDQM_;
75  std::unique_ptr<SiStripThresholdDQM> lowthresholdDQM_;
76  std::unique_ptr<SiStripThresholdDQM> highthresholdDQM_;
77  std::unique_ptr<SiStripQualityDQM> qualityDQM_;
78  std::unique_ptr<SiStripApvGainsDQM> apvgainsDQM_;
79  std::unique_ptr<SiStripLorentzAngleDQM> lorentzangleDQM_;
80  std::unique_ptr<SiStripBackPlaneCorrectionDQM> bpcorrectionDQM_;
81  std::unique_ptr<SiStripCablingDQM> cablingDQM_;
82 
83 };
84 
85 #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:44