CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalLedAnalyzer.h
Go to the documentation of this file.
1 #ifndef HcalLedAnalyzer_H
2 #define HcalLedAnalyzer_H
3 
7 //#include "FWCore/Framework/interface/MakerMacros.h"
11 
14 
15 #include <memory>
16 #include <iostream>
17 #include <fstream>
18 #include <vector>
19 #include <string>
20 
22 
23 public:
24 
27 
30 
31 protected:
32 
34 void analyze(const edm::Event& e, const edm::EventSetup& c);
35 
36 // BeginJob
37 void beginJob();
38 
39 // EndJob
40 void endJob(void);
41 
42 private:
43 
44  int m_ievt;
46  // string m_outputFileROOT;
49 
50 // int m_startSample;
51 // int m_endSample;
52 
54  std::string m_inputPedestals_tag;
56 };
57 
58 #endif
std::string m_inputPedestals_source
HcalPedestals * m_inputPeds
HcalLedAnalysis * m_ledAnal
~HcalLedAnalyzer()
Destructor.
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
HcalLedAnalyzer(const edm::ParameterSet &ps)
Constructor.
std::string m_inputPedestals_tag