CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalPreshowerMonitorClient.h
Go to the documentation of this file.
1 #ifndef EcalPreshowerMonitorClient_H
2 #define EcalPreshowerMonitorClient_H
3 
8 
10 
11 class DQMStore;
12 
14 
15  public:
16 
19 
20  private:
21 
22  virtual void analyze(const edm::Event &, const edm::EventSetup &);
23  virtual void analyze();
24 
25  virtual void beginJob();
26  virtual void endJob();
27  virtual void beginRun(void);
28  virtual void endRun(void);
29  virtual void beginRun(const edm::Run &, const edm::EventSetup &);
30  virtual void endRun(const edm::Run &, const edm::EventSetup &);
31 
33  void endLuminosityBlock(const edm::LuminosityBlock & l, const edm::EventSetup & c);
34 
35  void htmlOutput(int);
36 
37  // ----------member data ---------------------------
41 
43 
44  bool begin_run_;
45  bool end_run_;
46  bool debug_;
47  bool verbose_;
48 
50  int ievt_;
51  int jevt_;
52 
53  std::vector<std::string> enabledClients_;
54  std::vector<ESClient*> clients_;
55 
59 
60  int senZ_[4288], senP_[4288], senX_[4288], senY_[4288];
61  int qt[40][40], qtCriteria;
62 
63 };
64 
65 #endif
std::vector< ESClient * > clients_
void beginLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c)
EcalPreshowerMonitorClient(const edm::ParameterSet &ps)
std::vector< std::string > enabledClients_
void endLuminosityBlock(const edm::LuminosityBlock &l, const edm::EventSetup &c)
Definition: Run.h:41