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 // $Id: SiPixelDetInfoFileWriter.h,v 1.1 2007/08/08 16:22:28 chiochia Exp $
19 //
20 //
21 
23 #include <string>
24 #include <iostream>
25 #include <fstream>
26 
28 
29 public:
30 
33 
34 private:
35 
36  void beginJob();
37  void beginRun(const edm::Run &, const edm::EventSetup &);
38  void analyze(const edm::Event &, const edm::EventSetup &);
39 
40 private:
41 
42 
43  std::ofstream outputFile_;
44  std::string filePath_;
45 
46 
47 };
48 #endif
void analyze(const edm::Event &, const edm::EventSetup &)
SiPixelDetInfoFileWriter(const edm::ParameterSet &)
void beginRun(const edm::Run &, const edm::EventSetup &)
Definition: Run.h:31