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 public:
29  ~SiStripDetInfoFileWriter() override;
30 
31 private:
32  void beginRun(const edm::Run&, const edm::EventSetup& iSetup) override;
33 
34  void analyze(const edm::Event&, const edm::EventSetup&) override{};
35 
36 private:
37  std::ofstream outputFile_;
39 };
40 #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