CMS 3D CMS Logo

SiStripOfflineDQM.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorClient_SiStripOfflineDQM_h
2 #define SiStripMonitorClient_SiStripOfflineDQM_h
3 // -*- C++ -*-
4 //
5 // Package: SiStripMonitorClient
6 // Class : SiStripOfflineDQM
7 //
17 //
18 // Original Author: Samvel Khalatyan (ksamdev at gmail dot com)
19 // Created: Wed Oct 5 16:47:14 CET 2006
20 //
21 
22 #include <string>
23 
30 
31 #include <iostream>
32 #include <fstream>
33 #include <string>
34 #include <vector>
35 #include <map>
36 #include <TTree.h>
37 
38 class DQMStore;
40 class SiStripDetCabling;
41 
43 
44  public:
45 
48 
50  virtual ~SiStripOfflineDQM();
51 
52  private:
53 
55  void beginJob();
56 
58  void beginRun(edm::Run const& run, edm::EventSetup const& eSetup);
59 
61  void analyze(edm::Event const& e, edm::EventSetup const& eSetup);
62 
64  void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& iSetup);
65 
67  void endRun(edm::Run const& run, edm::EventSetup const& eSetup);
68 
70  void endJob();
71 
72 private:
73 
74  void checkTrackerFEDs(edm::Event const& e);
75  bool openInputFile();
76 
78 
80 
87  int nEvents_;
90  TTree* tkinfoTree_;
91 
93 
94 };
95 #endif
virtual ~SiStripOfflineDQM()
Destructor.
SiStripActionExecutor * actionExecutor_
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
Analyze.
SiStripOfflineDQM(const edm::ParameterSet &ps)
Constructor.
void beginJob()
BeginJob.
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup)
BeginRun.
void endJob()
Endjob.
std::string outputFileName_
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &iSetup)
End Of Luminosity.
std::string inputFileName_
bool openInputFile()
Open Input File.
void endRun(edm::Run const &run, edm::EventSetup const &eSetup)
EndRun.
void checkTrackerFEDs(edm::Event const &e)
Definition: Run.h:42
edm::ParameterSet configPar_