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: 2012/11/13 03:30:20 $
8  * $Revision: 1.5 $
9  * \author S. Stoynev / W. Fisher
10  *
11 */
12 
16 //#include "FWCore/Framework/interface/MakerMacros.h"
21 
24 
25 /*
26 #include "DataFormats/HcalDigi/interface/HcalDigiCollections.h"
27 #include "CalibFormats/HcalObjects/interface/HcalCoderDb.h"
28 #include "CalibFormats/HcalObjects/interface/HcalCalibrations.h"
29 #include "CalibFormats/HcalObjects/interface/HcalDbService.h"
30 #include "CalibFormats/HcalObjects/interface/HcalDbRecord.h"
31 #include "CondFormats/HcalObjects/interface/HcalQIECoder.h"
32 #include "CondFormats/HcalObjects/interface/HcalPedestals.h"
33 #include "CondFormats/HcalObjects/interface/HcalPedestalWidths.h"
34 */
35 
36 #include <memory>
37 #include <iostream>
38 #include <fstream>
39 #include <vector>
40 #include <string>
41 
43 
44 public:
45 
48 
51 
52 protected:
53 //void SampleAnalyzer_in(const edm::ParameterSet& ps);
54 //void SampleAnalyzer_out();
55 
57 void analyze(const edm::Event& e, const edm::EventSetup& c);
58 
59 // BeginJob
60 void beginJob();
61 
62 // EndJob
63 void endJob(void);
64 
65 private:
66 
67  int m_ievt;
69  // string m_outputFileROOT;
70  //string m_outputFileMean;
71  //string m_outputFileWidth;
73 
75 
78 
91 
95 };
96 
97 #endif
std::string m_outputPedestalWidths_tag
edm::InputTag hbheDigiCollectionTag_
~HcalPedestalAnalyzer()
Destructor.
edm::InputTag hfDigiCollectionTag_
const HcalTopology * m_topo
edm::InputTag hoDigiCollectionTag_
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