CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTMonElectronConsumer.h
Go to the documentation of this file.
1 #ifndef HLTMONELECTRONCONSUMER_H
2 #define HLTMONELECTRONCONSUMER_H
3 // -*- C++ -*-
4 //
5 // Package: HLTMonElectronConsumer
6 // Class: HLTMonElectronConsumer
7 //
17 //
18 // Original Author: Lorenzo AGOSTINO
19 // Created: Wed Jan 16 15:55:28 CET 2008
20 //
21 //
22 
23 
24 // system include files
25 #include <memory>
26 #include <unistd.h>
27 
28 
29 // user include files
32 
36 
42 #include <iostream>
43 #include <fstream>
44 #include <vector>
45 
46 //
47 // class decleration
48 //
49 
51  public:
54 
55 
56  private:
57  virtual void beginJob() ;
58  virtual void analyze(const edm::Event&, const edm::EventSetup&);
59  virtual void endJob() ;
60 
61  // ----------member data ---------------------------
62 
64 
67 
79 
84  std::ofstream logFile_;
86 
87 };
88 #endif
MonitorElement * pixelhistosEta[4]
MonitorElement * pixelhistosEtOut[2]
MonitorElement * pixelhistosPhiOut[2]
MonitorElement * pixelhistosPhi[4]
MonitorElement * pixelhistosEtaOut[2]
MonitorElement * pixelhistosEt[4]
HLTMonElectronConsumer(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)