CMS 3D CMS Logo

RBCProcessTestSignal.h
Go to the documentation of this file.
1 #ifndef RBCPROCESSTESTSIGNAL_H
2 #define RBCPROCESSTESTSIGNAL_H 1
3 
4 
5 // Include files
9 
10 #include <cstdlib>
11 #include <iostream>
12 #include <fstream>
13 #include <ios>
14 #include <cmath>
15 
26 public:
29 
30  RBCProcessTestSignal( const char * );
31 
32  ~RBCProcessTestSignal( ) override;
33 
34  int next() override;
35 
36  void rewind();
37 
38  void showfirst();
39 
40  RPCInputSignal * retrievedata() override {
41  return m_lbin;
42  };
43 
44 protected:
45 
46 private:
47 
48  std::ifstream * m_in;
49 
51 
53 
54 
55 };
56 #endif // RBCPROCESSTESTSIGNAL_H
RPCInputSignal * retrievedata() override
~RBCProcessTestSignal() override
Destructor.
RBCProcessTestSignal()
Standard constructor.