CMS 3D CMS Logo

RctTextToRctDigi.h
Go to the documentation of this file.
1 #ifndef RCTTEXTTORCTDIGI_H
2 #define RCTTEXTTORCTDIGI_H
3 
4 // -*- C++ -*-
5 //
6 // Package: RctTextToRctDigi
7 // Class: RctTextToRctDigi
8 //
15 //
16 // Original Author: Alex Tapper
17 // Created: Fri Mar 9 19:11:51 CET 2007
18 //
19 //
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
30 
32 
33 // RCT data includes
35 
36 #include <fstream>
37 #include <iostream>
38 
40 public:
41  explicit RctTextToRctDigi(const edm::ParameterSet &);
42  ~RctTextToRctDigi() override;
43 
44 private:
45  void produce(edm::Event &, const edm::EventSetup &) override;
46 
48  void putEmptyDigi(edm::Event &);
49 
51  void bxSynchro(int &, int);
52 
55 
58 
60  int m_nevt;
61 
63  std::ifstream m_file[18];
64 };
65 
66 #endif
void bxSynchro(int &, int)
Synchronize bunch crossing.
void putEmptyDigi(edm::Event &)
Create empty digi collection.
std::string m_textFileName
Name out input file.
RctTextToRctDigi(const edm::ParameterSet &)
int m_nevt
Event counter.
~RctTextToRctDigi() override
int m_fileEventOffset
Number of events to be offset wrt input.
void produce(edm::Event &, const edm::EventSetup &) override
std::ifstream m_file[18]
file handle