CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 <stdlib.h>
11 #include <iostream>
12 #include <fstream>
13 #include <ios>
14 #include <cmath>
15 
26 public:
29 
30  RBCProcessTestSignal( const char * );
31 
32  virtual ~RBCProcessTestSignal( );
33 
34  int next();
35 
36  void rewind();
37 
38  void showfirst();
39 
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
virtual ~RBCProcessTestSignal()
Destructor.
RBCProcessTestSignal()
Standard constructor.
RPCInputSignal * retrievedata()