CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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;
39 class SiStripCablingDQM;
40 
42 
43  public:
44 
46 
48 
49  virtual void beginJob() ;
50  virtual void beginRun(edm::Run const& run, edm::EventSetup const& eSetup);
51  virtual void analyze(const edm::Event&, const edm::EventSetup&);
52  virtual void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
53  virtual void endJob() ;
54 
55 
56  private:
57 
59 
68 
69  std::string outPutFileName;
70 
79 
80 };
81 
82 #endif
SiStripCablingDQM * cablingDQM_
virtual void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
SiStripLorentzAngleDQM * lorentzangleDQM_
SiStripQualityDQM * qualityDQM_
SiStripThresholdDQM * lowthresholdDQM_
virtual void analyze(const edm::Event &, const edm::EventSetup &)
SiStripThresholdDQM * highthresholdDQM_
virtual void beginRun(edm::Run const &run, edm::EventSetup const &eSetup)
SiStripMonitorCondData(const edm::ParameterSet &)
SiStripNoisesDQM * noisesDQM_
SiStripPedestalsDQM * pedestalsDQM_
SiStripApvGainsDQM * apvgainsDQM_
Definition: Run.h:32