CMS 3D CMS Logo

RctInputTextToDigi.h
Go to the documentation of this file.
1 #ifndef RCTINPUTTEXTTODIGI_H
2 #define RCTINPUTTEXTTODIGI_H
3 
4 // -*- C++ -*-
5 //
6 // Class: RctInputTextToDigi
7 //
18 //
19 // Original Author: jleonard
20 // Created: Fri Sep 21 16:16:27 CEST 2007
21 //
22 //
23 
24 // system include files
25 #include <fstream>
26 #include <iostream>
27 #include <memory>
28 #include <string>
29 
30 // user include files
37 
39 
45 
46 //
47 // class declaration
48 //
49 
51 public:
52  explicit RctInputTextToDigi(const edm::ParameterSet &);
53  ~RctInputTextToDigi() override;
54 
55 private:
56  void beginJob() override;
57  void produce(edm::Event &, const edm::EventSetup &) override;
58  void endJob() override;
59 
60  // ----------member data ---------------------------
61 
63  std::ifstream inputStream_;
64  int nEvent_;
67 };
68 
69 #endif
~RctInputTextToDigi() override
void produce(edm::Event &, const edm::EventSetup &) override
RctInputTextToDigi(const edm::ParameterSet &)
L1RCTLookupTables * lookupTables_
edm::FileInPath inputFile_
std::ifstream inputStream_
void beginJob() override
void endJob() override