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 
31  ~SiStripDetInfoFileWriter() override;
32 
33 private:
34 
35  void beginRun(const edm::Run& , const edm::EventSetup& iSetup) override;
36 
37  void analyze(const edm::Event &, const edm::EventSetup &) override{};
38 
39 private:
40 
41 
42  std::ofstream outputFile_;
44 
45 
46 };
47 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
SiStripDetInfoFileWriter(const edm::ParameterSet &)
void beginRun(const edm::Run &, const edm::EventSetup &iSetup) override
Definition: Run.h:45