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 
82 
83 };
84 
85 #endif
SiStripCablingDQM * cablingDQM_
SiStripBackPlaneCorrectionDQM * bpcorrectionDQM_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
SiStripLorentzAngleDQM * lorentzangleDQM_
void analyze(const edm::Event &, const edm::EventSetup &) override
SiStripQualityDQM * qualityDQM_
SiStripThresholdDQM * lowthresholdDQM_
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override
SiStripThresholdDQM * highthresholdDQM_
SiStripMonitorCondData(const edm::ParameterSet &)
SiStripNoisesDQM * noisesDQM_
SiStripPedestalsDQM * pedestalsDQM_
SiStripApvGainsDQM * apvgainsDQM_
Definition: Run.h:43