CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalPedestalAnalyzer.h
Go to the documentation of this file.
1 #ifndef HcalPedestalAnalyzer_H
2 #define HcalPedestalAnalyzer_H
3 
4 /*
5  * \file HcalPedestalAnalyzer.h
6  *
7  * $Date: 2009/12/17 21:09:32 $
8  * $Revision: 1.3 $
9  * \author S. Stoynev / W. Fisher
10  *
11 */
12 
16 //#include "FWCore/Framework/interface/MakerMacros.h"
20 
23 
24 /*
25 #include "DataFormats/HcalDigi/interface/HcalDigiCollections.h"
26 #include "CalibFormats/HcalObjects/interface/HcalCoderDb.h"
27 #include "CalibFormats/HcalObjects/interface/HcalCalibrations.h"
28 #include "CalibFormats/HcalObjects/interface/HcalDbService.h"
29 #include "CalibFormats/HcalObjects/interface/HcalDbRecord.h"
30 #include "CondFormats/HcalObjects/interface/HcalQIECoder.h"
31 #include "CondFormats/HcalObjects/interface/HcalPedestals.h"
32 #include "CondFormats/HcalObjects/interface/HcalPedestalWidths.h"
33 */
34 
35 #include <memory>
36 #include <iostream>
37 #include <fstream>
38 #include <vector>
39 #include <string>
40 
42 
43 public:
44 
47 
50 
51 protected:
52 //void SampleAnalyzer_in(const edm::ParameterSet& ps);
53 //void SampleAnalyzer_out();
54 
56 void analyze(const edm::Event& e, const edm::EventSetup& c);
57 
58 // BeginJob
59 void beginJob();
60 
61 // EndJob
62 void endJob(void);
63 
64 private:
65 
66  int m_ievt;
68  // string m_outputFileROOT;
69  //string m_outputFileMean;
70  //string m_outputFileWidth;
72 
75 
77  std::string m_inputPedestals_tag;
83  std::string m_outputPedestals_tag;
88 };
89 
90 #endif
std::string m_outputPedestalWidths_tag
~HcalPedestalAnalyzer()
Destructor.
std::string m_outputPedestalWidths_dest
std::string m_inputPedestalWidths_source
std::string m_outputPedestals_dest
std::string m_inputPedestalWidths_tag
void analyze(const edm::Event &e, const edm::EventSetup &c)
Analyze.
std::string m_inputPedestals_source
HcalPedestalAnalyzer(const edm::ParameterSet &ps)
Constructor.
HcalPedestalAnalysis * m_pedAnal