CMS 3D CMS Logo

SiStripDetInfoFileWriter.h
Go to the documentation of this file.
1 #ifndef CalibTracker_SiStripChannelGain_SiStripDetInfoFileWriter_h
2 #define CalibTracker_SiStripChannelGain_SiStripDetInfoFileWriter_h
3 // -*- C++ -*-
4 //
5 // Package: SiStripDetInfoFileWriter
6 // Class: SiStripDetInfoFileWriter
7 //
15 //
16 // Original Author: G. Bruno
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 beginRun(const edm::Run& , const edm::EventSetup& iSetup);
36 
37  void analyze(const edm::Event &, const edm::EventSetup &){};
38 
39 private:
40 
41 
42  std::ofstream outputFile_;
44 
45 
46 };
47 #endif
SiStripDetInfoFileWriter(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &)
void beginRun(const edm::Run &, const edm::EventSetup &iSetup)
Definition: Run.h:42