CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelDetInfoFileWriter.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiPixelESProducers_SiPixelDetInfoFileWriter_h
2 #define CalibTracker_SiPixelESProducers_SiPixelDetInfoFileWriter_h
3 // -*- C++ -*-
4 //
5 // Package: SiPixelDetInfoFileWriter
6 // Class: SiPixelDetInfoFileWriter
7 //
15 //
16 // Original Author: Vincenzo Chiochia
17 // Created: Mon Nov 20 10:04:31 CET 2006
18 //
19 //
20 
22 #include <string>
23 #include <iostream>
24 #include <fstream>
25 
27 
28 public:
29 
32 
33 private:
34 
35  void beginJob();
36  void beginRun(const edm::Run &, const edm::EventSetup &);
37  void analyze(const edm::Event &, const edm::EventSetup &);
38 
39 private:
40 
41 
42  std::ofstream outputFile_;
44 
45 
46 };
47 #endif
void analyze(const edm::Event &, const edm::EventSetup &)
SiPixelDetInfoFileWriter(const edm::ParameterSet &)
void beginRun(const edm::Run &, const edm::EventSetup &)
Definition: Run.h:43