CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalConstantsASCIIWriter.h
Go to the documentation of this file.
1 #ifndef HcalConstantsASCIIWriter_h
2 #define HcalConstantsASCIIWriter_h
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 #include <iostream>
8 
9 // user include files
32 
33 #include "TFile.h"
34 #include "TH1.h"
35 #include "TH2.h"
36 #include "TTree.h"
38 #include <vector>
39 #include <map>
40 
41 #include <string>
42 #include <iostream>
43 #include <fstream>
44 #include <sstream>
45 
46 //
47 // class decleration
48 //
49 namespace cms{
51  public:
54 
55  virtual void analyze(const edm::Event&, const edm::EventSetup&);
56  virtual void beginJob() ;
57  virtual void endJob() ;
58 
59  private:
60  // ----------member data ---------------------------
61 
62  std::ofstream *myout_hcal;
63  std::string file_input;
64  std::string file_output;
65 };
66 }
67 #endif
HcalConstantsASCIIWriter(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)