CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripDQMProfileToTkMapConverter.h
Go to the documentation of this file.
1 #ifndef SiStripDQMProfileToTkMapConverter_H
2 #define SiStripDQMProfileToTkMapConverter_H
3 
4 
10 
13 
16 
19 
20 #include <vector>
21 #include <iostream>
22 #include <string.h>
23 #include <sstream>
24 
25 
27 
28 public:
29 
32 
33 private:
34 
35  //Will be called at the beginning of the job
36  void beginRun(const edm::Run &, const edm::EventSetup &);
37  void analyze(const edm::Event&, const edm::EventSetup&){};
38  void endJob();
39 
40 
41 private:
45  std::string filename, dirpath;
46  std::string TkMapFileName_;
47 
49 
50 
53 };
54 #endif
SiStripDQMProfileToTkMapConverter(const edm::ParameterSet &)
void beginRun(const edm::Run &, const edm::EventSetup &)
void analyze(const edm::Event &, const edm::EventSetup &)
Definition: Run.h:33